#333228

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

Shades of Karaka #333228

Tints of Karaka #333228

Color information

#333228 (or 0x333228) is unknown color: approx Karaka. HEX triplet: 33, 32 and 28. RGB value is (51,50,40). Sum of RGB (Red+Green+Blue) = 51+50+40=141 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.17% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 51 - color contains mainly: red. Hex color #333228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333228 is #CCCDD7. Grayscale: #313131. Windows color (decimal): -13422040 or 2634291. OLE color: 2634291.

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

Color convert

RGB515040-
CMYK00.020.220.8
HSL54.55º12.09%17.84%-
HSV(B)54.55º21.57%20%-
XYZ2.893.142.46-
YUV49.16122.83129.31-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.17%
GREEN value IS 50 (19.92% from 255) = 35.46%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=36.17%
G=35.46%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51504000.020.220.854.5512.0917.84
Hex33322802165037c12
Octal6362500226120671422
Binary110011110010101000010101101010000110111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333228; }

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

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

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

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

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

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

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

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