Html Css Color HEX #111417 Black Pearl

📋 copy color: '#111417'

red 17 ◦ green 20 ◦ blue 23

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

Shades of Black Pearl #111417

Tints of Black Pearl #111417

RGB

 RED value IS 17 (7.03% from 255) = 28.33%

 GREEN value IS 20 (8.2% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 38.33%

R = 28.33%
G = 33.33%
B = 38.33%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111417 (or 0x111417) is known color: Black Pearl. HEX triplet: 11, 14 and 17. RGB value is (17,20,23). Sum of RGB (Red+Green+Blue) = 17+20+23=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #111417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111417 is #EEEBE8. Grayscale: #131313. Windows color (decimal): -15657961 or 1512465. OLE color: 1512465.

HSL color Cylindrical-coordinate representation of color #111417: hue angle of 210º degrees, saturation: 0.15, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #111417 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 17 20 23 -
CMYK 0.26 0.13 0 0.91
HSL 210º 0.15% 0.08% -
HSV(B) 210º 0.26% 0.09% -
XYZ 0.64 0.68 0.91 -
YUV 19.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 17 20 23 0.26 0.13 0 0.91 210 0.15 0.08
Hex 11 14 17 1A D 0 5B D2 F 8
Octal 21 24 27 32 15 0 133 322 17 10
Binary 10001 10100 10111 11010 1101 0 1011011 11010010 1111 1000

Color Harmonies of #111417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111417

Black with #111417

Text Example


Text Example

White with #111417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111417; }

 p { color: rgb(17,20,23); }

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

background-color css

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

 a { background-color: rgb(17,20,23); }

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

border-color css

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

 span { border-color: rgb(17,20,23); }

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