Html Css Color HEX #11171A Black Pearl

📋 copy color: '#11171A'

red 17 ◦ green 23 ◦ blue 26

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

Shades of Black Pearl #11171A

Tints of Black Pearl #11171A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 39.39%

R = 25.76%
G = 34.85%
B = 39.39%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#11171A (or 0x11171A) is known color: Black Pearl. HEX triplet: 11, 17 and 1A. RGB value is (17,23,26). Sum of RGB (Red+Green+Blue) = 17+23+26=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 26 - color contains mainly: blue. Hex color #11171A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171A is #EEE8E5. Grayscale: #151515. Windows color (decimal): -15657190 or 1709841. OLE color: 1709841.

HSL color Cylindrical-coordinate representation of color #11171A: hue angle of 200º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #11171A is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 23 26 -
CMYK 0.35 0.12 0 0.90
HSL 200º 0.21% 0.08% -
HSV(B) 200º 0.35% 0.1% -
XYZ 0.72 0.81 1.09 -
YUV 21.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 17 23 26 0.35 0.12 0 0.90 200 0.21 0.08
Hex 11 17 1A 23 C 0 5A C8 15 8
Octal 21 27 32 43 14 0 132 310 25 10
Binary 10001 10111 11010 100011 1100 0 1011010 11001000 10101 1000

Color Harmonies of #11171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11171A

Black with #11171A

Text Example


Text Example

White with #11171A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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