#31311A

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

Shades of Karaka #31311A

Tints of Karaka #31311A

Color information

#31311A (or 0x31311A) is unknown color: approx Karaka. HEX triplet: 31, 31 and 1A. RGB value is (49,49,26). Sum of RGB (Red+Green+Blue) = 49+49+26=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 49 - color contains mainly: red, green. Hex color #31311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31311A is #CECEE5. Grayscale: #2E2E2E. Windows color (decimal): -13553382 or 1716529. OLE color: 1716529.

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

Color convert

RGB494926-
CMYK000.470.81
HSL60º30.67%14.71%-
HSV(B)60º46.94%19.22%-
XYZ2.552.921.41-
YUV46.38116.5129.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 49 (19.53% from 255) = 39.52%
BLUE value IS 26 (10.55% from 255) = 20.97%
R=39.52%
G=39.52%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494926000.470.816030.6714.71
Hex31311A002F513c1ff
Octal6161320057121743717
Binary11000111000111010001011111010001111100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31311A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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