Html Css Color HEX #333411 Karaka

📋 copy color: '#333411'

red 51 ◦ green 52 ◦ blue 17

#333411
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Karaka #333411

Tints of Karaka #333411

RGB

 RED value IS 51 (20.31% from 255) = 42.5%

 GREEN value IS 52 (20.7% from 255) = 43.33%

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 42.5%
G = 43.33%
B = 14.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#333411 (or 0x333411) is known color: Karaka. HEX triplet: 33, 34 and 11. RGB value is (51,52,17). Sum of RGB (Red+Green+Blue) = 51+52+17=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #333411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333411 is #CCCBEE. Grayscale: #2F2F2F. Windows color (decimal): -13421551 or 1127475. OLE color: 1127475.

HSL color Cylindrical-coordinate representation of color #333411: hue angle of 61.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333411 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB 51 52 17 -
CMYK 0.02 0 0.67 0.80
HSL 61.71º 0.51% 0.14% -
HSV(B) 61.71º 0.67% 0.2% -
XYZ 2.69 3.2 1.01 -
YUV 47.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 51 52 17 0.02 0 0.67 0.80 61.71 0.51 0.14
Hex 33 34 11 2 0 43 50 3E 33 E
Octal 63 64 21 2 0 103 120 76 63 16
Binary 110011 110100 10001 10 0 1000011 1010000 111110 110011 1110

Color Harmonies of #333411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333411

Black with #333411

Text Example


Text Example

White with #333411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333411; }

 p { color: rgb(51,52,17); }

 H1.HeaderClassName
 {
   color: #333411;
 }
 .AnyTagClassName
 {
   color: #333411;
 }
</style>

background-color css

<style>
 a { background-color: #333411; }

 a { background-color: rgb(51,52,17); }

 div.DivClassName
 {
   background-color: #333411;
 }
 .BgClassName
 {
   background-color: #333411;
 }
</style>

border-color css

<style>
 span { border-color: #333411; }

 span { border-color: rgb(51,52,17); }

 td.TdClassName
 {
   border-color: #333411;
 }
 .TagClassName
 {
   border-color: #333411;
 }
</style>