#333224

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

Shades of Karaka #333224

Tints of Karaka #333224

Color information

#333224 (or 0x333224) is unknown color: approx Karaka. HEX triplet: 33, 32 and 24. RGB value is (51,50,36). Sum of RGB (Red+Green+Blue) = 51+50+36=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 51 - color contains mainly: red. Hex color #333224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333224 is #CCCDDB. Grayscale: #303030. Windows color (decimal): -13422044 or 2372147. OLE color: 2372147.

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

Color convert

RGB515036-
CMYK00.020.290.8
HSL56º17.24%17.06%-
HSV(B)56º29.41%20%-
XYZ2.823.112.12-
YUV48.7120.83129.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 37.23%
GREEN value IS 50 (19.92% from 255) = 36.50%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=37.23%
G=36.50%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51503600.020.290.85617.2417.06
Hex333224021D50381111
Octal6362440235120702121
Binary1100111100101001000101110110100001110001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333224; }

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

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

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

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

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

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

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

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