#171402

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

Shades of Maire #171402

Tints of Maire #171402

Color information

#171402 (or 0x171402) is unknown color: approx Maire. HEX triplet: 17, 14 and 02. RGB value is (23,20,2). Sum of RGB (Red+Green+Blue) = 23+20+2=45 (5% of max value = 765). Red value is 23 (9.38% from 255 or 51.11% from 45); Green value is 20 (8.20% from 255 or 44.44% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 23 - color contains mainly: red. Hex color #171402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171402 is #E8EBFD. Grayscale: #121212. Windows color (decimal): -15264766 or 136215. OLE color: 136215.

HSL color Cylindrical-coordinate representation of color #171402: hue angle of 51.43º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #171402 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.91.

Color convert

RGB23202-
CMYK00.130.910.91
HSL51.43º84%4.9%-
HSV(B)51.43º91.3%9.02%-
XYZ0.610.690.16-
YUV18.84118.49130.96-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 51.11%
GREEN value IS 20 (8.20% from 255) = 44.44%
BLUE value IS 2 (1.17% from 255) = 4.44%
R=51.11%
G=44.44%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.91
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2320200.130.910.9151.43844.9
Hex171420D5B5B33545
Octal27242015133133631245
Binary10111101001001101101101110110111100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171402; }

 p { color: rgb(23,20,2); }

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

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

 a { background-color: rgb(23,20,2); }

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

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

 span { border-color: rgb(23,20,2); }

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