Html Css Color HEX #130F04 Maire

📋 copy color: '#130F04'

red 19 ◦ green 15 ◦ blue 4

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

Shades of Maire #130F04

Tints of Maire #130F04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10.53%

R = 50%
G = 39.47%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#130F04 (or 0x130F04) is known color: Maire. HEX triplet: 13, 0F and 04. RGB value is (19,15,4). Sum of RGB (Red+Green+Blue) = 19+15+4=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 4 (1.95% from 255 or 10.53% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130F04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F04 is #ECF0FB. Grayscale: #0E0E0E. Windows color (decimal): -15528188 or 266003. OLE color: 266003.

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

Color convert

RGB 19 15 4 -
CMYK 0 0.21 0.79 0.93
HSL 44º 0.65% 0.05% -
HSV(B) 44º 0.79% 0.07% -
XYZ 0.46 0.49 0.18 -
YUV 14.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 19 15 4 0 0.21 0.79 0.93 44 0.65 0.05
Hex 13 F 4 0 15 4F 5D 2C 41 5
Octal 23 17 4 0 25 117 135 54 101 5
Binary 10011 1111 100 0 10101 1001111 1011101 101100 1000001 101

Color Harmonies of #130F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F04

Black with #130F04

Text Example


Text Example

White with #130F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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