#31311C

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

Shades of Karaka #31311C

Tints of Karaka #31311C

Color information

#31311C (or 0x31311C) is unknown color: approx Karaka. HEX triplet: 31, 31 and 1C. RGB value is (49,49,28). Sum of RGB (Red+Green+Blue) = 49+49+28=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 49 (19.53% from 255 or 38.89% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31311C is #CECEE3. Grayscale: #2E2E2E. Windows color (decimal): -13553380 or 1847601. OLE color: 1847601.

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

Color convert

RGB494928-
CMYK000.430.81
HSL60º27.27%15.1%-
HSV(B)60º42.86%19.22%-
XYZ2.572.931.53-
YUV46.61117.5129.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.89%
GREEN value IS 49 (19.53% from 255) = 38.89%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=38.89%
G=38.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494928000.430.816027.2715.1
Hex31311C002B513c1bf
Octal6161340053121743317
Binary11000111000111100001010111010001111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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