Html Css Color HEX #130F00 Maire

📋 copy color: '#130F00'

red 19 ◦ green 15 ◦ blue 0

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

Shades of Maire #130F00

Tints of Maire #130F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.88%
G = 44.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.93

RGB Variations

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

Color information

#130F00 (or 0x130F00) is known color: Maire. HEX triplet: 13, 0F and 00. RGB value is (19,15,0). Sum of RGB (Red+Green+Blue) = 19+15+0=34 (4% of max value = 765). Red value is 19 (7.81% from 255 or 55.88% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 0 (0.39% from 255 or 0% from 34); Max value from RGB is 19 - color contains mainly: red. Hex color #130F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F00 is #ECF0FF. Grayscale: #0E0E0E. Windows color (decimal): -15528192 or 3859. OLE color: 3859.

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

Color convert

RGB 19 15 0 -
CMYK 0 0.21 1 0.93
HSL 47.37º 1% 0.04% -
HSV(B) 47.37º 1% 0.07% -
XYZ 0.44 0.48 0.07 -
YUV 14.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 19 15 0 0 0.21 1 0.93 47.37 1 0.04
Hex 13 F 0 0 15 64 5D 2F 64 4
Octal 23 17 0 0 25 144 135 57 144 4
Binary 10011 1111 0 0 10101 1100100 1011101 101111 1100100 100

Color Harmonies of #130F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F00

Black with #130F00

Text Example


Text Example

White with #130F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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