#313028

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

Shades of Karaka #313028

Tints of Karaka #313028

Color information

#313028 (or 0x313028) is unknown color: approx Karaka. HEX triplet: 31, 30 and 28. RGB value is (49,48,40). Sum of RGB (Red+Green+Blue) = 49+48+40=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #313028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313028 is #CECFD7. Grayscale: #2F2F2F. Windows color (decimal): -13553624 or 2633777. OLE color: 2633777.

HSL color Cylindrical-coordinate representation of color #313028: hue angle of 53.33º 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 #313028 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB494840-
CMYK00.020.180.81
HSL53.33º10.11%17.45%-
HSV(B)53.33º18.37%19.22%-
XYZ2.712.922.43-
YUV47.39123.83129.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.77%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=35.77%
G=35.04%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49484000.020.180.8153.3310.1117.45
Hex31302802125135a11
Octal6160500222121651221
Binary110001110000101000010100101010001110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313028; }

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

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

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

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

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

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

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

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