Html Css Color HEX #111920 Black Pearl

📋 copy color: '#111920'

red 17 ◦ green 25 ◦ blue 32

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

Shades of Black Pearl #111920

Tints of Black Pearl #111920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 43.24%

R = 22.97%
G = 33.78%
B = 43.24%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111920 (or 0x111920) is known color: Black Pearl. HEX triplet: 11, 19 and 20. RGB value is (17,25,32). Sum of RGB (Red+Green+Blue) = 17+25+32=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 25 (10.16% from 255 or 33.78% from 74); Blue value is 32 (12.89% from 255 or 43.24% from 74); Max value from RGB is 32 - color contains mainly: blue. Hex color #111920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111920 is #EEE6DF. Grayscale: #171717. Windows color (decimal): -15656672 or 2103569. OLE color: 2103569.

HSL color Cylindrical-coordinate representation of color #111920: hue angle of 208º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #111920 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 25 32 -
CMYK 0.47 0.22 0 0.87
HSL 208º 0.31% 0.1% -
HSV(B) 208º 0.47% 0.13% -
XYZ 0.84 0.92 1.5 -
YUV 23.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 17 25 32 0.47 0.22 0 0.87 208 0.31 0.1
Hex 11 19 20 2F 16 0 57 D0 1F A
Octal 21 31 40 57 26 0 127 320 37 12
Binary 10001 11001 100000 101111 10110 0 1010111 11010000 11111 1010

Color Harmonies of #111920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111920

Black with #111920

Text Example


Text Example

White with #111920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111920; }

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

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

background-color css

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

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

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

border-color css

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

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

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