#313102

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

Shades of Karaka #313102

Tints of Karaka #313102

Color information

#313102 (or 0x313102) is unknown color: approx Karaka. HEX triplet: 31, 31 and 02. RGB value is (49,49,2). Sum of RGB (Red+Green+Blue) = 49+49+2=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313102 is #CECEFD. Grayscale: #2B2B2B. Windows color (decimal): -13553406 or 143665. OLE color: 143665.

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

Color convert

RGB49492-
CMYK000.960.81
HSL60º92.16%10%-
HSV(B)60º95.92%19.22%-
XYZ2.382.850.48-
YUV43.64104.5131.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 49 (19.53% from 255) = 49%
BLUE value IS 2 (1.17% from 255) = 2%
R=49%
G=49%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49492000.960.816092.1610
Hex313120060513c5ca
Octal61612001401217413412
Binary11000111000110001100000101000111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313102; }

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

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

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

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

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

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

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

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