#313115

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

Shades of Karaka #313115

Tints of Karaka #313115

Color information

#313115 (or 0x313115) is unknown color: approx Karaka. HEX triplet: 31, 31 and 15. RGB value is (49,49,21). Sum of RGB (Red+Green+Blue) = 49+49+21=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313115 is #CECEEA. Grayscale: #2D2D2D. Windows color (decimal): -13553387 or 1388849. OLE color: 1388849.

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

Color convert

RGB494921-
CMYK000.570.81
HSL60º40%13.73%-
HSV(B)60º57.14%19.22%-
XYZ2.52.91.14-
YUV45.81114130.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.18%
GREEN value IS 49 (19.53% from 255) = 41.18%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=41.18%
G=41.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494921000.570.81604013.73
Hex3131150039513c28e
Octal6161250071121745016
Binary110001110001101010011100110100011111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313115; }

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

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

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

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

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

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

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

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