#313026

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

Shades of Karaka #313026

Tints of Karaka #313026

Color information

#313026 (or 0x313026) is unknown color: approx Karaka. HEX triplet: 31, 30 and 26. RGB value is (49,48,38). Sum of RGB (Red+Green+Blue) = 49+48+38=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 38 (15.23% from 255 or 28.15% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #313026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313026 is #CECFD9. Grayscale: #2F2F2F. Windows color (decimal): -13553626 or 2502705. OLE color: 2502705.

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

Color convert

RGB494838-
CMYK00.020.220.81
HSL54.55º12.64%17.06%-
HSV(B)54.55º22.45%19.22%-
XYZ2.672.912.25-
YUV47.16122.83129.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 38 (15.23% from 255) = 28.15%
R=36.30%
G=35.56%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49483800.020.220.8154.5512.6417.06
Hex31302602165137d11
Octal6160460226121671521
Binary110001110000100110010101101010001110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313026; }

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

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

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

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

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

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

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

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