Html Css Color HEX #11171E Black Pearl

📋 copy color: '#11171E'

red 17 ◦ green 23 ◦ blue 30

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

Shades of Black Pearl #11171E

Tints of Black Pearl #11171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 42.86%

R = 24.29%
G = 32.86%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11171E (or 0x11171E) is known color: Black Pearl. HEX triplet: 11, 17 and 1E. RGB value is (17,23,30). Sum of RGB (Red+Green+Blue) = 17+23+30=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #11171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11171E is #EEE8E1. Grayscale: #151515. Windows color (decimal): -15657186 or 1971985. OLE color: 1971985.

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

Color convert

RGB 17 23 30 -
CMYK 0.43 0.23 0 0.88
HSL 212.31º 0.28% 0.09% -
HSV(B) 212.31º 0.43% 0.12% -
XYZ 0.77 0.83 1.35 -
YUV 22 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 17 23 30 0.43 0.23 0 0.88 212.31 0.28 0.09
Hex 11 17 1E 2B 17 0 58 D4 1C 9
Octal 21 27 36 53 27 0 130 324 34 11
Binary 10001 10111 11110 101011 10111 0 1011000 11010100 11100 1001

Color Harmonies of #11171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11171E

Black with #11171E

Text Example


Text Example

White with #11171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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