#313110

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

Shades of Karaka #313110

Tints of Karaka #313110

Color information

#313110 (or 0x313110) is unknown color: approx Karaka. HEX triplet: 31, 31 and 10. RGB value is (49,49,16). Sum of RGB (Red+Green+Blue) = 49+49+16=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313110 is #CECEEF. Grayscale: #2D2D2D. Windows color (decimal): -13553392 or 1061169. OLE color: 1061169.

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

Color convert

RGB494916-
CMYK000.670.81
HSL60º50.77%12.75%-
HSV(B)60º67.35%19.22%-
XYZ2.462.890.92-
YUV45.24111.5130.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 49 (19.53% from 255) = 42.98%
BLUE value IS 16 (6.64% from 255) = 14.04%
R=42.98%
G=42.98%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal494916000.670.816050.7712.75
Hex3131100043513c33d
Octal61612000103121746315
Binary1100011100011000000100001110100011111001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313110; }

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

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

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

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

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

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

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

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