Html Css Color HEX #333212 Karaka

📋 copy color: '#333212'

red 51 ◦ green 50 ◦ blue 18

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

Shades of Karaka #333212

Tints of Karaka #333212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.02%

 BLUE value IS 18 (7.42% from 255) = 15.13%

R = 42.86%
G = 42.02%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.8

RGB Variations

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

Color information

#333212 (or 0x333212) is known color: Karaka. HEX triplet: 33, 32 and 12. RGB value is (51,50,18). Sum of RGB (Red+Green+Blue) = 51+50+18=119 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.86% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 51 - color contains mainly: red. Hex color #333212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333212 is #CCCDED. Grayscale: #2E2E2E. Windows color (decimal): -13422062 or 1192499. OLE color: 1192499.

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

Color convert

RGB 51 50 18 -
CMYK 0 0.02 0.65 0.8
HSL 58.18º 0.48% 0.14% -
HSV(B) 58.18º 0.65% 0.2% -
XYZ 2.62 3.03 1.02 -
YUV 46.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 51 50 18 0 0.02 0.65 0.8 58.18 0.48 0.14
Hex 33 32 12 0 2 41 50 3A 30 E
Octal 63 62 22 0 2 101 120 72 60 16
Binary 110011 110010 10010 0 10 1000001 1010000 111010 110000 1110

Color Harmonies of #333212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333212

Black with #333212

Text Example


Text Example

White with #333212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333212; }

 p { color: rgb(51,50,18); }

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

background-color css

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

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

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

border-color css

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

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

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