#323127

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

Shades of Karaka #323127

Tints of Karaka #323127

Color information

#323127 (or 0x323127) is unknown color: approx Karaka. HEX triplet: 32, 31 and 27. RGB value is (50,49,39). Sum of RGB (Red+Green+Blue) = 50+49+39=138 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.23% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 50 - color contains mainly: red. Hex color #323127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323127 is #CDCED8. Grayscale: #303030. Windows color (decimal): -13487833 or 2568498. OLE color: 2568498.

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

Color convert

RGB504939-
CMYK00.020.220.80
HSL54.55º12.36%17.45%-
HSV(B)54.55º22%19.61%-
XYZ2.783.022.36-
YUV48.16122.83129.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.23%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=36.23%
G=35.51%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50493900.020.220.8054.5512.3617.45
Hex32312702165037c11
Octal6261470226120671421
Binary110010110001100111010101101010000110111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323127; }

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

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

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

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

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

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

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

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