#313010

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

Shades of Karaka #313010

Tints of Karaka #313010

Color information

#313010 (or 0x313010) is unknown color: approx Karaka. HEX triplet: 31, 30 and 10. RGB value is (49,48,16). Sum of RGB (Red+Green+Blue) = 49+48+16=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #313010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313010 is #CECFEF. Grayscale: #2C2C2C. Windows color (decimal): -13553648 or 1060913. OLE color: 1060913.

HSL color Cylindrical-coordinate representation of color #313010: hue angle of 58.18º 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 #313010 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB494816-
CMYK00.020.670.81
HSL58.18º50.77%12.75%-
HSV(B)58.18º67.35%19.22%-
XYZ2.422.80.9-
YUV44.65111.83131.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=43.36%
G=42.48%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49481600.020.670.8158.1850.7712.75
Hex3130100243513a33d
Octal61602002103121726315
Binary11000111000010000010100001110100011110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313010; }

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

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

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

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

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

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

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

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