#333212

Color #333212 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #333212

Tints of Karaka #333212

Color information

#333212 (or 0x333212) is unknown color: approx 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

RGB515018-
CMYK00.020.650.8
HSL58.18º47.83%13.53%-
HSV(B)58.18º64.71%20%-
XYZ2.623.031.02-
YUV46.65111.83131.1-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51501800.020.650.858.1847.8313.53
Hex3332120241503a30e
Octal63622202101120726016
Binary11001111001010010010100000110100001110101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>