#313003

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

Shades of Karaka #313003

Tints of Karaka #313003

Color information

#313003 (or 0x313003) is unknown color: approx Karaka. HEX triplet: 31, 30 and 03. RGB value is (49,48,3). Sum of RGB (Red+Green+Blue) = 49+48+3=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #313003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313003 is #CECFFC. Grayscale: #2B2B2B. Windows color (decimal): -13553661 or 208945. OLE color: 208945.

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

Color convert

RGB49483-
CMYK00.020.940.81
HSL58.7º88.46%10.2%-
HSV(B)58.7º93.88%19.22%-
XYZ2.342.770.5-
YUV43.17105.33132.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 3 (1.56% from 255) = 3%
R=49%
G=48%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4948300.020.940.8158.788.4610.2
Hex31303025E513b58a
Octal61603021361217313012
Binary110001110000110101011110101000111101110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313003; }

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

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

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

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

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

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

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

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