#313128

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

Shades of Karaka #313128

Tints of Karaka #313128

Color information

#313128 (or 0x313128) is unknown color: approx Karaka. HEX triplet: 31, 31 and 28. RGB value is (49,49,40). Sum of RGB (Red+Green+Blue) = 49+49+40=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313128 is #CECED7. Grayscale: #303030. Windows color (decimal): -13553368 or 2634033. OLE color: 2634033.

HSL color Cylindrical-coordinate representation of color #313128: hue angle of 60º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #313128 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB494940-
CMYK000.180.81
HSL60º10.11%17.45%-
HSV(B)60º18.37%19.22%-
XYZ2.7532.44-
YUV47.97123.5128.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 49 (19.53% from 255) = 35.51%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=35.51%
G=35.51%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494940000.180.816010.1117.45
Hex3131280012513ca11
Octal6161500022121741221
Binary11000111000110100000100101010001111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313128; }

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

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

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

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

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

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

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

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