Html Css Color HEX #171C1F Black Pearl

📋 copy color: '#171C1F'

red 23 ◦ green 28 ◦ blue 31

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

Shades of Black Pearl #171C1F

Tints of Black Pearl #171C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.15%

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

R = 28.05%
G = 34.15%
B = 37.8%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#171C1F (or 0x171C1F) is known color: Black Pearl. HEX triplet: 17, 1C and 1F. RGB value is (23,28,31). Sum of RGB (Red+Green+Blue) = 23+28+31=82 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.05% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 31 (12.5% from 255 or 37.80% from 82); Max value from RGB is 31 - color contains mainly: blue. Hex color #171C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171C1F is #E8E3E0. Grayscale: #1A1A1A. Windows color (decimal): -15262689 or 2038807. OLE color: 2038807.

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

Color convert

RGB 23 28 31 -
CMYK 0.26 0.10 0 0.88
HSL 202.5º 0.15% 0.11% -
HSV(B) 202.5º 0.26% 0.12% -
XYZ 1.02 1.11 1.46 -
YUV 26.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 23 28 31 0.26 0.10 0 0.88 202.5 0.15 0.11
Hex 17 1C 1F 1A A 0 58 CA F B
Octal 27 34 37 32 12 0 130 312 17 13
Binary 10111 11100 11111 11010 1010 0 1011000 11001010 1111 1011

Color Harmonies of #171C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171C1F

Black with #171C1F

Text Example


Text Example

White with #171C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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