#313103

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

Shades of Karaka #313103

Tints of Karaka #313103

Color information

#313103 (or 0x313103) is unknown color: approx Karaka. HEX triplet: 31, 31 and 03. RGB value is (49,49,3). Sum of RGB (Red+Green+Blue) = 49+49+3=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 49 (19.53% from 255 or 48.51% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 49 - color contains mainly: red, green. Hex color #313103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #313103 is #CECEFC. Grayscale: #2B2B2B. Windows color (decimal): -13553405 or 209201. OLE color: 209201.

HSL color Cylindrical-coordinate representation of color #313103: hue angle of 60º 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 #313103 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.

Color convert

RGB49493-
CMYK000.940.81
HSL60º88.46%10.2%-
HSV(B)60º93.88%19.22%-
XYZ2.382.860.51-
YUV43.76105131.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49493000.940.816088.4610.2
Hex31313005E513c58a
Octal61613001361217413012
Binary11000111000111001011110101000111110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313103; }

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

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

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

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

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

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

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

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