Html Css Color HEX #1F1502 Maire

📋 copy color: '#1F1502'

red 31 ◦ green 21 ◦ blue 2

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

Shades of Maire #1F1502

Tints of Maire #1F1502

RGB

 RED value IS 31 (12.5% from 255) = 57.41%

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

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

R = 57.41%
G = 38.89%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.88

RGB Variations

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

Color information

#1F1502 (or 0x1F1502) is known color: Maire. HEX triplet: 1F, 15 and 02. RGB value is (31,21,2). Sum of RGB (Red+Green+Blue) = 31+21+2=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1502 is #E0EAFD. Grayscale: #151515. Windows color (decimal): -14740222 or 136479. OLE color: 136479.

HSL color Cylindrical-coordinate representation of color #1F1502: hue angle of 39.31º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F1502 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 21 2 -
CMYK 0 0.32 0.94 0.88
HSL 39.31º 0.88% 0.06% -
HSV(B) 39.31º 0.94% 0.12% -
XYZ 0.84 0.83 0.17 -
YUV 21.82 116.81 134.54 -
System Red Green Blue C M Y K H S L
Decimal 31 21 2 0 0.32 0.94 0.88 39.31 0.88 0.06
Hex 1F 15 2 0 20 5E 58 27 58 6
Octal 37 25 2 0 40 136 130 47 130 6
Binary 11111 10101 10 0 100000 1011110 1011000 100111 1011000 110

Color Harmonies of #1F1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1502

Black with #1F1502

Text Example


Text Example

White with #1F1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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