Html Css Color HEX #130F02 Maire

📋 copy color: '#130F02'

red 19 ◦ green 15 ◦ blue 2

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

Shades of Maire #130F02

Tints of Maire #130F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.56%

R = 52.78%
G = 41.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.93

RGB Variations

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

Color information

#130F02 (or 0x130F02) is known color: Maire. HEX triplet: 13, 0F and 02. RGB value is (19,15,2). Sum of RGB (Red+Green+Blue) = 19+15+2=36 (4% of max value = 765). Red value is 19 (7.81% from 255 or 52.78% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 19 - color contains mainly: red. Hex color #130F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F02 is #ECF0FD. Grayscale: #0E0E0E. Windows color (decimal): -15528190 or 134931. OLE color: 134931.

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

Color convert

RGB 19 15 2 -
CMYK 0 0.21 0.89 0.93
HSL 45.88º 0.81% 0.04% -
HSV(B) 45.88º 0.89% 0.07% -
XYZ 0.45 0.48 0.13 -
YUV 14.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 19 15 2 0 0.21 0.89 0.93 45.88 0.81 0.04
Hex 13 F 2 0 15 59 5D 2E 51 4
Octal 23 17 2 0 25 131 135 56 121 4
Binary 10011 1111 10 0 10101 1011001 1011101 101110 1010001 100

Color Harmonies of #130F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F02

Black with #130F02

Text Example


Text Example

White with #130F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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