#313025

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

Shades of Karaka #313025

Tints of Karaka #313025

Color information

#313025 (or 0x313025) is unknown color: approx Karaka. HEX triplet: 31, 30 and 25. RGB value is (49,48,37). Sum of RGB (Red+Green+Blue) = 49+48+37=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #313025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313025 is #CECFDA. Grayscale: #2F2F2F. Windows color (decimal): -13553627 or 2437169. OLE color: 2437169.

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

Color convert

RGB494837-
CMYK00.020.240.81
HSL55º13.95%16.86%-
HSV(B)55º24.49%19.22%-
XYZ2.662.92.17-
YUV47.04122.33129.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 48 (19.14% from 255) = 35.82%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=36.57%
G=35.82%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49483700.020.240.815513.9516.86
Hex31302502185137e11
Octal6160450230121671621
Binary110001110000100101010110001010001110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313025; }

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

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

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

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

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

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

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

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