#333229

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

Shades of Karaka #333229

Tints of Karaka #333229

Color information

#333229 (or 0x333229) is unknown color: approx Karaka. HEX triplet: 33, 32 and 29. RGB value is (51,50,41). Sum of RGB (Red+Green+Blue) = 51+50+41=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #333229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333229 is #CCCDD6. Grayscale: #313131. Windows color (decimal): -13422039 or 2699827. OLE color: 2699827.

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

Color convert

RGB515041-
CMYK00.020.200.8
HSL54º10.87%18.04%-
HSV(B)54º19.61%20%-
XYZ2.913.152.55-
YUV49.27123.33129.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=35.92%
G=35.21%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51504100.020.200.85410.8718.04
Hex33322902145036b12
Octal6362510224120661322
Binary110011110010101001010101001010000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333229; }

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

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

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

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

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

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

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

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