#313125

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

Shades of Karaka #313125

Tints of Karaka #313125

Color information

#313125 (or 0x313125) is unknown color: approx Karaka. HEX triplet: 31, 31 and 25. RGB value is (49,49,37). Sum of RGB (Red+Green+Blue) = 49+49+37=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313125 is #CECEDA. Grayscale: #2F2F2F. Windows color (decimal): -13553371 or 2437425. OLE color: 2437425.

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

Color convert

RGB494937-
CMYK000.240.81
HSL60º13.95%16.86%-
HSV(B)60º24.49%19.22%-
XYZ2.72.982.18-
YUV47.63122128.98-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 49 (19.53% from 255) = 36.30%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=36.30%
G=36.30%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494937000.240.816013.9516.86
Hex3131250018513ce11
Octal6161450030121741621
Binary11000111000110010100110001010001111100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313125; }

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

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

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

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

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

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

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

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