#313200

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

Shades of Karaka #313200

Tints of Karaka #313200

Color information

#313200 (or 0x313200) is unknown color: approx Karaka. HEX triplet: 31, 32 and 00. RGB value is (49,50,0). Sum of RGB (Red+Green+Blue) = 49+50+0=99 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49.49% from 99); Green value is 50 (19.92% from 255 or 50.51% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 50 - color contains mainly: green. Hex color #313200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313200 is #CECDFF. Grayscale: #2C2C2C. Windows color (decimal): -13553152 or 12849. OLE color: 12849.

HSL color Cylindrical-coordinate representation of color #313200: hue angle of 61.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #313200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB49500-
CMYK0.02010.80
HSL61.2º100%9.8%-
HSV(B)61.2º100%19.61%-
XYZ2.412.930.44-
YUV44103.17131.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49.49%
GREEN value IS 50 (19.92% from 255) = 50.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.49%
G=50.51%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal495000.02010.8061.21009.8
Hex313202064503d64a
Octal61620201441207514412
Binary11000111001001001100100101000011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313200; }

 p { color: rgb(49,50,0); }

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

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

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

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

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

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

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