#313000

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

Shades of Karaka #313000

Tints of Karaka #313000

Color information

#313000 (or 0x313000) is unknown color: approx Karaka. HEX triplet: 31, 30 and 00. RGB value is (49,48,0). Sum of RGB (Red+Green+Blue) = 49+48+0=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #313000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313000 is #CECFFF. Grayscale: #2B2B2B. Windows color (decimal): -13553664 or 12337. OLE color: 12337.

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

Color convert

RGB49480-
CMYK00.0210.81
HSL58.78º100%9.61%-
HSV(B)58.78º100%19.22%-
XYZ2.322.770.41-
YUV42.83103.83132.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 48 (19.14% from 255) = 49.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.52%
G=49.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 1
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4948000.0210.8158.781009.61
Hex313000264513b64a
Octal61600021441217314412
Binary11000111000000101100100101000111101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313000; }

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

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

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

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

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

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

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

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