#313005

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

Shades of Karaka #313005

Tints of Karaka #313005

Color information

#313005 (or 0x313005) is unknown color: approx Karaka. HEX triplet: 31, 30 and 05. RGB value is (49,48,5). Sum of RGB (Red+Green+Blue) = 49+48+5=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #313005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313005 is #CECFFA. Grayscale: #2B2B2B. Windows color (decimal): -13553659 or 340017. OLE color: 340017.

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

Color convert

RGB49485-
CMYK00.020.900.81
HSL58.64º81.48%10.59%-
HSV(B)58.64º89.8%19.22%-
XYZ2.352.780.56-
YUV43.4106.33132-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 5 (2.34% from 255) = 4.90%
R=48.04%
G=47.06%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4948500.020.900.8158.6481.4810.59
Hex31305025A513b51b
Octal61605021321217312113
Binary1100011100001010101011010101000111101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313005; }

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

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

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

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

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

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

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

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