Html Css Color HEX #171D1F Black Pearl

📋 copy color: '#171D1F'

red 23 ◦ green 29 ◦ blue 31

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

Shades of Black Pearl #171D1F

Tints of Black Pearl #171D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 37.35%

R = 27.71%
G = 34.94%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#171D1F (or 0x171D1F) is known color: Black Pearl. HEX triplet: 17, 1D and 1F. RGB value is (23,29,31). Sum of RGB (Red+Green+Blue) = 23+29+31=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: blue. Hex color #171D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D1F is #E8E2E0. Grayscale: #1B1B1B. Windows color (decimal): -15262433 or 2039063. OLE color: 2039063.

HSL color Cylindrical-coordinate representation of color #171D1F: hue angle of 195º 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 #171D1F is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 23 29 31 -
CMYK 0.26 0.06 0 0.88
HSL 195º 0.15% 0.11% -
HSV(B) 195º 0.26% 0.12% -
XYZ 1.04 1.16 1.47 -
YUV 27.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 23 29 31 0.26 0.06 0 0.88 195 0.15 0.11
Hex 17 1D 1F 1A 6 0 58 C3 F B
Octal 27 35 37 32 6 0 130 303 17 13
Binary 10111 11101 11111 11010 110 0 1011000 11000011 1111 1011

Color Harmonies of #171D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171D1F

Black with #171D1F

Text Example


Text Example

White with #171D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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