Html Css Color HEX #171D1E Black Pearl

📋 copy color: '#171D1E'

red 23 ◦ green 29 ◦ blue 30

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

Shades of Black Pearl #171D1E

Tints of Black Pearl #171D1E

RGB

 RED value IS 23 (9.38% from 255) = 28.05%

 GREEN value IS 29 (11.72% from 255) = 35.37%

 BLUE value IS 30 (12.11% from 255) = 36.59%

R = 28.05%
G = 35.37%
B = 36.59%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#171D1E (or 0x171D1E) is known color: Black Pearl. HEX triplet: 17, 1D and 1E. RGB value is (23,29,30). Sum of RGB (Red+Green+Blue) = 23+29+30=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 30 - color contains mainly: blue. Hex color #171D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D1E is #E8E2E1. Grayscale: #1B1B1B. Windows color (decimal): -15262434 or 1973527. OLE color: 1973527.

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

Color convert

RGB 23 29 30 -
CMYK 0.23 0.03 0 0.88
HSL 188.57º 0.13% 0.1% -
HSV(B) 188.57º 0.23% 0.12% -
XYZ 1.03 1.15 1.4 -
YUV 27.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 23 29 30 0.23 0.03 0 0.88 188.57 0.13 0.1
Hex 17 1D 1E 17 3 0 58 BD D A
Octal 27 35 36 27 3 0 130 275 15 12
Binary 10111 11101 11110 10111 11 0 1011000 10111101 1101 1010

Color Harmonies of #171D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171D1E

Black with #171D1E

Text Example


Text Example

White with #171D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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