#313108

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

Shades of Karaka #313108

Tints of Karaka #313108

Color information

#313108 (or 0x313108) is unknown color: approx Karaka. HEX triplet: 31, 31 and 08. RGB value is (49,49,8). Sum of RGB (Red+Green+Blue) = 49+49+8=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 49 (19.53% from 255 or 46.23% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313108 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313108 is #CECEF7. Grayscale: #2C2C2C. Windows color (decimal): -13553400 or 536881. OLE color: 536881.

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

Color convert

RGB49498-
CMYK000.840.81
HSL60º71.93%11.18%-
HSV(B)60º83.67%19.22%-
XYZ2.412.870.66-
YUV44.33107.5131.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 49 (19.53% from 255) = 46.23%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=46.23%
G=46.23%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49498000.840.816071.9311.18
Hex313180054513c48b
Octal616110001241217411013
Binary1100011100011000001010100101000111110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313108; }

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

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

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

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

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

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

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

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