Html Css Color HEX #172126 Black Pearl

📋 copy color: '#172126'

red 23 ◦ green 33 ◦ blue 38

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

Shades of Black Pearl #172126

Tints of Black Pearl #172126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 35.11%

 BLUE value IS 38 (15.23% from 255) = 40.43%

R = 24.47%
G = 35.11%
B = 40.43%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#172126 (or 0x172126) is known color: Black Pearl. HEX triplet: 17, 21 and 26. RGB value is (23,33,38). Sum of RGB (Red+Green+Blue) = 23+33+38=94 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.47% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 38 (15.23% from 255 or 40.43% from 94); Max value from RGB is 38 - color contains mainly: blue. Hex color #172126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172126 is #E8DED9. Grayscale: #1E1E1E. Windows color (decimal): -15261402 or 2498839. OLE color: 2498839.

HSL color Cylindrical-coordinate representation of color #172126: hue angle of 200º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #172126 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 33 38 -
CMYK 0.39 0.13 0 0.85
HSL 200º 0.25% 0.12% -
HSV(B) 200º 0.39% 0.15% -
XYZ 1.25 1.41 2.04 -
YUV 30.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 23 33 38 0.39 0.13 0 0.85 200 0.25 0.12
Hex 17 21 26 27 D 0 55 C8 19 C
Octal 27 41 46 47 15 0 125 310 31 14
Binary 10111 100001 100110 100111 1101 0 1010101 11001000 11001 1100

Color Harmonies of #172126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172126

Black with #172126

Text Example


Text Example

White with #172126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172126; }

 p { color: rgb(23,33,38); }

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

background-color css

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

 a { background-color: rgb(23,33,38); }

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

border-color css

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

 span { border-color: rgb(23,33,38); }

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