#323128

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

Shades of Karaka #323128

Tints of Karaka #323128

Color information

#323128 (or 0x323128) is unknown color: approx Karaka. HEX triplet: 32, 31 and 28. RGB value is (50,49,40). Sum of RGB (Red+Green+Blue) = 50+49+40=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #323128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323128 is #CDCED7. Grayscale: #303030. Windows color (decimal): -13487832 or 2634034. OLE color: 2634034.

HSL color Cylindrical-coordinate representation of color #323128: 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 #323128 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB504940-
CMYK00.020.200.80
HSL54º11.11%17.65%-
HSV(B)54º20%19.61%-
XYZ2.83.032.44-
YUV48.27123.33129.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=35.97%
G=35.25%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50494000.020.200.805411.1117.65
Hex32312802145036b12
Octal6261500224120661322
Binary110010110001101000010101001010000110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323128; }

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

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

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

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

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

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

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

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