#333227

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

Shades of Karaka #333227

Tints of Karaka #333227

Color information

#333227 (or 0x333227) is unknown color: approx Karaka. HEX triplet: 33, 32 and 27. RGB value is (51,50,39). Sum of RGB (Red+Green+Blue) = 51+50+39=140 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.43% from 140); Green value is 50 (19.92% from 255 or 35.71% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 51 - color contains mainly: red. Hex color #333227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333227 is #CCCDD8. Grayscale: #313131. Windows color (decimal): -13422041 or 2568755. OLE color: 2568755.

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

Color convert

RGB515039-
CMYK00.020.240.8
HSL55º13.33%17.65%-
HSV(B)55º23.53%20%-
XYZ2.873.132.37-
YUV49.04122.33129.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.43%
GREEN value IS 50 (19.92% from 255) = 35.71%
BLUE value IS 39 (15.62% from 255) = 27.86%
R=36.43%
G=35.71%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51503900.020.240.85513.3317.65
Hex33322702185037d12
Octal6362470230120671522
Binary110011110010100111010110001010000110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333227; }

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

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

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

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

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

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

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

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