#333218

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

Shades of Karaka #333218

Tints of Karaka #333218

Color information

#333218 (or 0x333218) is unknown color: approx Karaka. HEX triplet: 33, 32 and 18. RGB value is (51,50,24). Sum of RGB (Red+Green+Blue) = 51+50+24=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #333218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333218 is #CCCDE7. Grayscale: #2F2F2F. Windows color (decimal): -13422056 or 1585715. OLE color: 1585715.

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

Color convert

RGB515024-
CMYK00.020.530.8
HSL57.78º36%14.71%-
HSV(B)57.78º52.94%20%-
XYZ2.673.051.31-
YUV47.33114.83130.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 40.8%
GREEN value IS 50 (19.92% from 255) = 40%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=40.8%
G=40%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51502400.020.530.857.783614.71
Hex3332180235503a24f
Octal6362300265120724417
Binary1100111100101100001011010110100001110101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333218; }

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

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

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

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

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

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

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

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