Html Css Color HEX #333316 Karaka

📋 copy color: '#333316'

red 51 ◦ green 51 ◦ blue 22

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

Shades of Karaka #333316

Tints of Karaka #333316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.13%

 BLUE value IS 22 (8.98% from 255) = 17.74%

R = 41.13%
G = 41.13%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.57

 K value IS 0.8

RGB Variations

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

Color information

#333316 (or 0x333316) is known color: Karaka. HEX triplet: 33, 33 and 16. RGB value is (51,51,22). Sum of RGB (Red+Green+Blue) = 51+51+22=124 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.13% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333316 is #CCCCE9. Grayscale: #2F2F2F. Windows color (decimal): -13421802 or 1454899. OLE color: 1454899.

HSL color Cylindrical-coordinate representation of color #333316: hue angle of 60º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333316 is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 51 22 -
CMYK 0 0 0.57 0.8
HSL 60º 0.4% 0.14% -
HSV(B) 60º 0.57% 0.2% -
XYZ 2.69 3.13 1.22 -
YUV 47.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 51 51 22 0 0 0.57 0.8 60 0.4 0.14
Hex 33 33 16 0 0 39 50 3C 28 E
Octal 63 63 26 0 0 71 120 74 50 16
Binary 110011 110011 10110 0 0 111001 1010000 111100 101000 1110

Color Harmonies of #333316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333316

Black with #333316

Text Example


Text Example

White with #333316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333316; }

 p { color: rgb(51,51,22); }

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

background-color css

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

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

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

border-color css

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

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

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