Html Css Color HEX #172025 Black Pearl

📋 copy color: '#172025'

red 23 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #172025

Tints of Black Pearl #172025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.78%

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 25%
G = 34.78%
B = 40.22%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#172025 (or 0x172025) is known color: Black Pearl. HEX triplet: 17, 20 and 25. RGB value is (23,32,37). Sum of RGB (Red+Green+Blue) = 23+32+37=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #172025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172025 is #E8DFDA. Grayscale: #1D1D1D. Windows color (decimal): -15261659 or 2433047. OLE color: 2433047.

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

Color convert

RGB 23 32 37 -
CMYK 0.38 0.14 0 0.85
HSL 201.43º 0.23% 0.12% -
HSV(B) 201.43º 0.38% 0.15% -
XYZ 1.2 1.35 1.95 -
YUV 29.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 23 32 37 0.38 0.14 0 0.85 201.43 0.23 0.12
Hex 17 20 25 26 E 0 55 C9 17 C
Octal 27 40 45 46 16 0 125 311 27 14
Binary 10111 100000 100101 100110 1110 0 1010101 11001001 10111 1100

Color Harmonies of #172025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172025

Black with #172025

Text Example


Text Example

White with #172025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172025; }

 p { color: rgb(23,32,37); }

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

background-color css

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

 a { background-color: rgb(23,32,37); }

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

border-color css

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

 span { border-color: rgb(23,32,37); }

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