Html Css Color HEX #111819 Black Pearl

📋 copy color: '#111819'

red 17 ◦ green 24 ◦ blue 25

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

Shades of Black Pearl #111819

Tints of Black Pearl #111819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 37.88%

R = 25.76%
G = 36.36%
B = 37.88%

CMYK

 C value IS 0.32

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#111819 (or 0x111819) is known color: Black Pearl. HEX triplet: 11, 18 and 19. RGB value is (17,24,25). Sum of RGB (Red+Green+Blue) = 17+24+25=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #111819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111819 is #EEE7E6. Grayscale: #161616. Windows color (decimal): -15656935 or 1644561. OLE color: 1644561.

HSL color Cylindrical-coordinate representation of color #111819: hue angle of 187.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111819 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 24 25 -
CMYK 0.32 0.04 0 0.90
HSL 187.5º 0.19% 0.08% -
HSV(B) 187.5º 0.32% 0.1% -
XYZ 0.73 0.84 1.04 -
YUV 22.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 17 24 25 0.32 0.04 0 0.90 187.5 0.19 0.08
Hex 11 18 19 20 4 0 5A BC 13 8
Octal 21 30 31 40 4 0 132 274 23 10
Binary 10001 11000 11001 100000 100 0 1011010 10111100 10011 1000

Color Harmonies of #111819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111819

Black with #111819

Text Example


Text Example

White with #111819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111819; }

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

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

background-color css

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

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

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

border-color css

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

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

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