Html Css Color HEX #11191F Black Pearl

📋 copy color: '#11191F'

red 17 ◦ green 25 ◦ blue 31

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

Shades of Black Pearl #11191F

Tints of Black Pearl #11191F

RGB

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

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

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

R = 23.29%
G = 34.25%
B = 42.47%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11191F (or 0x11191F) is known color: Black Pearl. HEX triplet: 11, 19 and 1F. RGB value is (17,25,31). Sum of RGB (Red+Green+Blue) = 17+25+31=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 31 (12.5% from 255 or 42.47% from 73); Max value from RGB is 31 - color contains mainly: blue. Hex color #11191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11191F is #EEE6E0. Grayscale: #171717. Windows color (decimal): -15656673 or 2038033. OLE color: 2038033.

HSL color Cylindrical-coordinate representation of color #11191F: hue angle of 205.71º 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 #11191F is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 25 31 -
CMYK 0.45 0.19 0 0.88
HSL 205.71º 0.29% 0.09% -
HSV(B) 205.71º 0.45% 0.12% -
XYZ 0.83 0.91 1.43 -
YUV 23.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 17 25 31 0.45 0.19 0 0.88 205.71 0.29 0.09
Hex 11 19 1F 2D 13 0 58 CE 1D 9
Octal 21 31 37 55 23 0 130 316 35 11
Binary 10001 11001 11111 101101 10011 0 1011000 11001110 11101 1001

Color Harmonies of #11191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11191F

Black with #11191F

Text Example


Text Example

White with #11191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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