#31311F

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

Shades of Karaka #31311F

Tints of Karaka #31311F

Color information

#31311F (or 0x31311F) is unknown color: approx Karaka. HEX triplet: 31, 31 and 1F. RGB value is (49,49,31). Sum of RGB (Red+Green+Blue) = 49+49+31=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 49 (19.53% from 255 or 37.98% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31311F is #CECEE0. Grayscale: #2F2F2F. Windows color (decimal): -13553377 or 2044209. OLE color: 2044209.

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

Color convert

RGB494931-
CMYK000.370.81
HSL60º22.5%15.69%-
HSV(B)60º36.73%19.22%-
XYZ2.612.951.73-
YUV46.95119129.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 49 (19.53% from 255) = 37.98%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=37.98%
G=37.98%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494931000.370.816022.515.69
Hex31311F0025513c1610
Octal6161370045121742620
Binary110001110001111110010010110100011111001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31311F; }

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

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

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

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

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

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

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

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