Html Css Color HEX #10171C Black Pearl

📋 copy color: '#10171C'

red 16 ◦ green 23 ◦ blue 28

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

Shades of Black Pearl #10171C

Tints of Black Pearl #10171C

RGB

 RED value IS 16 (6.64% from 255) = 23.88%

 GREEN value IS 23 (9.38% from 255) = 34.33%

 BLUE value IS 28 (11.33% from 255) = 41.79%

R = 23.88%
G = 34.33%
B = 41.79%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#10171C (or 0x10171C) is known color: Black Pearl. HEX triplet: 10, 17 and 1C. RGB value is (16,23,28). Sum of RGB (Red+Green+Blue) = 16+23+28=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #10171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10171C is #EFE8E3. Grayscale: #151515. Windows color (decimal): -15722724 or 1840912. OLE color: 1840912.

HSL color Cylindrical-coordinate representation of color #10171C: hue angle of 205º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #10171C is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 16 23 28 -
CMYK 0.43 0.18 0 0.89
HSL 205º 0.27% 0.09% -
HSV(B) 205º 0.43% 0.11% -
XYZ 0.73 0.81 1.22 -
YUV 21.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 16 23 28 0.43 0.18 0 0.89 205 0.27 0.09
Hex 10 17 1C 2B 12 0 59 CD 1B 9
Octal 20 27 34 53 22 0 131 315 33 11
Binary 10000 10111 11100 101011 10010 0 1011001 11001101 11011 1001

Color Harmonies of #10171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10171C

Black with #10171C

Text Example


Text Example

White with #10171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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