Html Css Color HEX #111E21 Black Pearl

📋 copy color: '#111E21'

red 17 ◦ green 30 ◦ blue 33

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

Shades of Black Pearl #111E21

Tints of Black Pearl #111E21

RGB

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

 GREEN value IS 30 (12.11% from 255) = 37.5%

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 21.25%
G = 37.5%
B = 41.25%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111E21 (or 0x111E21) is known color: Black Pearl. HEX triplet: 11, 1E and 21. RGB value is (17,30,33). Sum of RGB (Red+Green+Blue) = 17+30+33=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 33 - color contains mainly: blue. Hex color #111E21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E21 is #EEE1DE. Grayscale: #1A1A1A. Windows color (decimal): -15655391 or 2170385. OLE color: 2170385.

HSL color Cylindrical-coordinate representation of color #111E21: hue angle of 191.25º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #111E21 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 30 33 -
CMYK 0.48 0.09 0 0.87
HSL 191.25º 0.32% 0.1% -
HSV(B) 191.25º 0.48% 0.13% -
XYZ 0.97 1.16 1.61 -
YUV 26.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 17 30 33 0.48 0.09 0 0.87 191.25 0.32 0.1
Hex 11 1E 21 30 9 0 57 BF 20 A
Octal 21 36 41 60 11 0 127 277 40 12
Binary 10001 11110 100001 110000 1001 0 1010111 10111111 100000 1010

Color Harmonies of #111E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111E21

Black with #111E21

Text Example


Text Example

White with #111E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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