#191B02

Color #191B02 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #191B02

Tints of Maire #191B02

Color information

#191B02 (or 0x191B02) is unknown color: approx Maire. HEX triplet: 19, 1B and 02. RGB value is (25,27,2). Sum of RGB (Red+Green+Blue) = 25+27+2=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #191B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B02 is #E6E4FD. Grayscale: #171717. Windows color (decimal): -15131902 or 138009. OLE color: 138009.

HSL color Cylindrical-coordinate representation of color #191B02: hue angle of 64.8º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #191B02 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.

Color convert

RGB25272-
CMYK0.0700.930.89
HSL64.8º86.21%5.69%-
HSV(B)64.8º92.59%10.59%-
XYZ0.80.990.21-
YUV23.55115.84129.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 27 (10.94% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 3.70%
R=46.30%
G=50%
B=3.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal252720.0700.930.8964.886.215.69
Hex191B2705D5941566
Octal31332701351311011266
Binary11001110111011101011101101100110000011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191B02; }

 p { color: rgb(25,27,2); }

 H1.HeaderClassName
 {
   color: #191B02;
 }
 .AnyTagClassName
 {
   color: #191B02;
 }
</style>
background-color css

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

 a { background-color: rgb(25,27,2); }

 div.DivClassName
 {
   background-color: #191B02;
 }
 .BgClassName
 {
   background-color: #191B02;
 }
</style>
border-color css

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

 span { border-color: rgb(25,27,2); }

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