Html Css Color HEX #130F03 Maire

📋 copy color: '#130F03'

red 19 ◦ green 15 ◦ blue 3

#130F03
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #130F03

Tints of Maire #130F03

RGB

 RED value IS 19 (7.81% from 255) = 51.35%

 GREEN value IS 15 (6.25% from 255) = 40.54%

 BLUE value IS 3 (1.56% from 255) = 8.11%

R = 51.35%
G = 40.54%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#130F03 (or 0x130F03) is known color: Maire. HEX triplet: 13, 0F and 03. RGB value is (19,15,3). Sum of RGB (Red+Green+Blue) = 19+15+3=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 3 (1.56% from 255 or 8.11% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F03 is #ECF0FC. Grayscale: #0E0E0E. Windows color (decimal): -15528189 or 200467. OLE color: 200467.

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

Color convert

RGB 19 15 3 -
CMYK 0 0.21 0.84 0.93
HSL 45º 0.73% 0.04% -
HSV(B) 45º 0.84% 0.07% -
XYZ 0.46 0.49 0.16 -
YUV 14.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 19 15 3 0 0.21 0.84 0.93 45 0.73 0.04
Hex 13 F 3 0 15 54 5D 2D 49 4
Octal 23 17 3 0 25 124 135 55 111 4
Binary 10011 1111 11 0 10101 1010100 1011101 101101 1001001 100

Color Harmonies of #130F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F03

Black with #130F03

Text Example


Text Example

White with #130F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #130F03;
 }
 .AnyTagClassName
 {
   color: #130F03;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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