Html Css Color HEX #111820 Black Pearl

📋 copy color: '#111820'

red 17 ◦ green 24 ◦ blue 32

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

Shades of Black Pearl #111820

Tints of Black Pearl #111820

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32.88%

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

R = 23.29%
G = 32.88%
B = 43.84%

CMYK

 C value IS 0.47

 M value IS 0.25

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111820 (or 0x111820) is known color: Black Pearl. HEX triplet: 11, 18 and 20. RGB value is (17,24,32). Sum of RGB (Red+Green+Blue) = 17+24+32=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 32 (12.89% from 255 or 43.84% from 73); Max value from RGB is 32 - color contains mainly: blue. Hex color #111820 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111820 is #EEE7DF. Grayscale: #161616. Windows color (decimal): -15656928 or 2103313. OLE color: 2103313.

HSL color Cylindrical-coordinate representation of color #111820: hue angle of 212º 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 #111820 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 24 32 -
CMYK 0.47 0.25 0 0.87
HSL 212º 0.31% 0.1% -
HSV(B) 212º 0.47% 0.13% -
XYZ 0.82 0.88 1.49 -
YUV 22.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 17 24 32 0.47 0.25 0 0.87 212 0.31 0.1
Hex 11 18 20 2F 19 0 57 D4 1F A
Octal 21 30 40 57 31 0 127 324 37 12
Binary 10001 11000 100000 101111 11001 0 1010111 11010100 11111 1010

Color Harmonies of #111820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111820

Black with #111820

Text Example


Text Example

White with #111820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111820; }

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

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

background-color css

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

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

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

border-color css

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

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

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