#171E1F

Color #171E1F Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #171E1F

Tints of Black Pearl #171E1F

Color information

#171E1F (or 0x171E1F) is unknown color: approx Black Pearl. HEX triplet: 17, 1E and 1F. RGB value is (23,30,31). Sum of RGB (Red+Green+Blue) = 23+30+31=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 31 - color contains mainly: blue. Hex color #171E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171E1F is #E8E1E0. Grayscale: #1C1C1C. Windows color (decimal): -15262177 or 2039319. OLE color: 2039319.

HSL color Cylindrical-coordinate representation of color #171E1F: hue angle of 187.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #171E1F is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB233031-
CMYK0.260.0300.88
HSL187.5º14.81%10.59%-
HSV(B)187.5º25.81%12.16%-
XYZ1.061.211.47-
YUV28.02129.68124.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.38%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 31 (12.5% from 255) = 36.90%
R=27.38%
G=35.71%
B=36.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2330310.260.0300.88187.514.8110.59
Hex171E1F1A3058bcfb
Octal27363732301302741713
Binary1011111110111111101011010110001011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171E1F; }

 p { color: rgb(23,30,31); }

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

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

 a { background-color: rgb(23,30,31); }

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

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

 span { border-color: rgb(23,30,31); }

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