#333312

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

Shades of Karaka #333312

Tints of Karaka #333312

Color information

#333312 (or 0x333312) is unknown color: approx Karaka. HEX triplet: 33, 33 and 12. RGB value is (51,51,18). Sum of RGB (Red+Green+Blue) = 51+51+18=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 51 (20.31% from 255 or 42.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 51 - color contains mainly: red, green. Hex color #333312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333312 is #CCCCED. Grayscale: #2F2F2F. Windows color (decimal): -13421806 or 1192755. OLE color: 1192755.

HSL color Cylindrical-coordinate representation of color #333312: hue angle of 60º 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 #333312 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.

Color convert

RGB515118-
CMYK000.650.8
HSL60º47.83%13.53%-
HSV(B)60º64.71%20%-
XYZ2.663.121.03-
YUV47.24111.5130.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 51 (20.31% from 255) = 42.5%
BLUE value IS 18 (7.42% from 255) = 15%
R=42.5%
G=42.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal515118000.650.86047.8313.53
Hex3333120041503c30e
Octal63632200101120746016
Binary1100111100111001000100000110100001111001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333312; }

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

 H1.HeaderClassName
 {
   color: #333312;
 }
 .AnyTagClassName
 {
   color: #333312;
 }
</style>
background-color css

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

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

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

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

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

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