Html Css Color HEX #17202C Black Pearl

📋 copy color: '#17202C'

red 23 ◦ green 32 ◦ blue 44

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

Shades of Black Pearl #17202C

Tints of Black Pearl #17202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 44.44%

R = 23.23%
G = 32.32%
B = 44.44%

CMYK

 C value IS 0.48

 M value IS 0.27

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#17202C (or 0x17202C) is known color: Black Pearl. HEX triplet: 17, 20 and 2C. RGB value is (23,32,44). Sum of RGB (Red+Green+Blue) = 23+32+44=99 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23.23% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #17202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17202C is #E8DFD3. Grayscale: #1E1E1E. Windows color (decimal): -15261652 or 2891799. OLE color: 2891799.

HSL color Cylindrical-coordinate representation of color #17202C: hue angle of 214.29º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17202C is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 23 32 44 -
CMYK 0.48 0.27 0 0.83
HSL 214.29º 0.31% 0.13% -
HSV(B) 214.29º 0.48% 0.17% -
XYZ 1.32 1.4 2.58 -
YUV 30.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 23 32 44 0.48 0.27 0 0.83 214.29 0.31 0.13
Hex 17 20 2C 30 1B 0 53 D6 1F D
Octal 27 40 54 60 33 0 123 326 37 15
Binary 10111 100000 101100 110000 11011 0 1010011 11010110 11111 1101

Color Harmonies of #17202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17202C

Black with #17202C

Text Example


Text Example

White with #17202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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