Html Css Color HEX #11191C Black Pearl

📋 copy color: '#11191C'

red 17 ◦ green 25 ◦ blue 28

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

Shades of Black Pearl #11191C

Tints of Black Pearl #11191C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 35.71%

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

R = 24.29%
G = 35.71%
B = 40%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11191C (or 0x11191C) is known color: Black Pearl. HEX triplet: 11, 19 and 1C. RGB value is (17,25,28). Sum of RGB (Red+Green+Blue) = 17+25+28=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 28 - color contains mainly: blue. Hex color #11191C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191C is #EEE6E3. Grayscale: #161616. Windows color (decimal): -15656676 or 1841425. OLE color: 1841425.

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

Color convert

RGB 17 25 28 -
CMYK 0.39 0.11 0 0.89
HSL 196.36º 0.24% 0.09% -
HSV(B) 196.36º 0.39% 0.11% -
XYZ 0.79 0.9 1.23 -
YUV 22.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 17 25 28 0.39 0.11 0 0.89 196.36 0.24 0.09
Hex 11 19 1C 27 B 0 59 C4 18 9
Octal 21 31 34 47 13 0 131 304 30 11
Binary 10001 11001 11100 100111 1011 0 1011001 11000100 11000 1001

Color Harmonies of #11191C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11191C

Black with #11191C

Text Example


Text Example

White with #11191C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,25,28); }

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

background-color css

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

 a { background-color: rgb(17,25,28); }

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

border-color css

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

 span { border-color: rgb(17,25,28); }

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