Html Css Color HEX #131502 Maire

📋 copy color: '#131502'

red 19 ◦ green 21 ◦ blue 2

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

Shades of Maire #131502

Tints of Maire #131502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 50%

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

R = 45.24%
G = 50%
B = 4.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#131502 (or 0x131502) is known color: Maire. HEX triplet: 13, 15 and 02. RGB value is (19,21,2). Sum of RGB (Red+Green+Blue) = 19+21+2=42 (5% of max value = 765). Red value is 19 (7.81% from 255 or 45.24% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 2 (1.17% from 255 or 4.76% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #131502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131502 is #ECEAFD. Grayscale: #121212. Windows color (decimal): -15526654 or 136467. OLE color: 136467.

HSL color Cylindrical-coordinate representation of color #131502: hue angle of 66.32º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #131502 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB 19 21 2 -
CMYK 0.10 0 0.90 0.92
HSL 66.32º 0.83% 0.05% -
HSV(B) 66.32º 0.9% 0.08% -
XYZ 0.55 0.68 0.16 -
YUV 18.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 19 21 2 0.10 0 0.90 0.92 66.32 0.83 0.05
Hex 13 15 2 A 0 5A 5C 42 53 5
Octal 23 25 2 12 0 132 134 102 123 5
Binary 10011 10101 10 1010 0 1011010 1011100 1000010 1010011 101

Color Harmonies of #131502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131502

Black with #131502

Text Example


Text Example

White with #131502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131502; }

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

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

background-color css

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

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

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

border-color css

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

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

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