Html Css Color HEX #11171F Black Pearl

📋 copy color: '#11171F'

red 17 ◦ green 23 ◦ blue 31

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

Shades of Black Pearl #11171F

Tints of Black Pearl #11171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 43.66%

R = 23.94%
G = 32.39%
B = 43.66%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11171F (or 0x11171F) is known color: Black Pearl. HEX triplet: 11, 17 and 1F. RGB value is (17,23,31). Sum of RGB (Red+Green+Blue) = 17+23+31=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 23 (9.38% from 255 or 32.39% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #11171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171F is #EEE8E0. Grayscale: #161616. Windows color (decimal): -15657185 or 2037521. OLE color: 2037521.

HSL color Cylindrical-coordinate representation of color #11171F: hue angle of 214.29º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11171F is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 23 31 -
CMYK 0.45 0.26 0 0.88
HSL 214.29º 0.29% 0.09% -
HSV(B) 214.29º 0.45% 0.12% -
XYZ 0.78 0.83 1.42 -
YUV 22.12 133.01 124.35 -
System Red Green Blue C M Y K H S L
Decimal 17 23 31 0.45 0.26 0 0.88 214.29 0.29 0.09
Hex 11 17 1F 2D 1A 0 58 D6 1D 9
Octal 21 27 37 55 32 0 130 326 35 11
Binary 10001 10111 11111 101101 11010 0 1011000 11010110 11101 1001

Color Harmonies of #11171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11171F

Black with #11171F

Text Example


Text Example

White with #11171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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