#130F01

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

Shades of Maire #130F01

Tints of Maire #130F01

Color information

#130F01 (or 0x130F01) is unknown color: approx Maire. HEX triplet: 13, 0F and 01. RGB value is (19,15,1). Sum of RGB (Red+Green+Blue) = 19+15+1=35 (4% of max value = 765). Red value is 19 (7.81% from 255 or 54.29% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 19 - color contains mainly: red. Hex color #130F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F01 is #ECF0FE. Grayscale: #0E0E0E. Windows color (decimal): -15528191 or 69395. OLE color: 69395.

HSL color Cylindrical-coordinate representation of color #130F01: hue angle of 46.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130F01 is Cyan = 0, Magento = 0.21, Yellow = 0.95 and Black (K on CMYK) = 0.93.

Color convert

RGB19151-
CMYK00.210.950.93
HSL46.67º90%3.92%-
HSV(B)46.67º94.74%7.45%-
XYZ0.440.480.1-
YUV14.6120.33131.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 54.29%
GREEN value IS 15 (6.25% from 255) = 42.86%
BLUE value IS 1 (0.78% from 255) = 2.86%
R=54.29%
G=42.86%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.95
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1915100.210.950.9346.67903.92
Hex13F10155F5D2f5a4
Octal23171025137135571324
Binary1001111111010101101111110111011011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F01; }

 p { color: rgb(19,15,1); }

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

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

 a { background-color: rgb(19,15,1); }

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

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

 span { border-color: rgb(19,15,1); }

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