#313106

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

Shades of Karaka #313106

Tints of Karaka #313106

Color information

#313106 (or 0x313106) is unknown color: approx Karaka. HEX triplet: 31, 31 and 06. RGB value is (49,49,6). Sum of RGB (Red+Green+Blue) = 49+49+6=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313106 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313106 is #CECEF9. Grayscale: #2C2C2C. Windows color (decimal): -13553402 or 405809. OLE color: 405809.

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

Color convert

RGB49496-
CMYK000.880.81
HSL60º78.18%10.78%-
HSV(B)60º87.76%19.22%-
XYZ2.42.860.6-
YUV44.1106.5131.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.12%
GREEN value IS 49 (19.53% from 255) = 47.12%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=47.12%
G=47.12%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49496000.880.816078.1810.78
Hex313160058513c4eb
Octal61616001301217411613
Binary110001110001110001011000101000111110010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313106; }

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

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

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

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

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

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

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

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