Html Css Color HEX #111B1D Black Pearl

📋 copy color: '#111B1D'

red 17 ◦ green 27 ◦ blue 29

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

Shades of Black Pearl #111B1D

Tints of Black Pearl #111B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 36.99%

 BLUE value IS 29 (11.72% from 255) = 39.73%

R = 23.29%
G = 36.99%
B = 39.73%

CMYK

 C value IS 0.41

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#111B1D (or 0x111B1D) is known color: Black Pearl. HEX triplet: 11, 1B and 1D. RGB value is (17,27,29). Sum of RGB (Red+Green+Blue) = 17+27+29=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #111B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B1D is #EEE4E2. Grayscale: #181818. Windows color (decimal): -15656163 or 1907473. OLE color: 1907473.

HSL color Cylindrical-coordinate representation of color #111B1D: hue angle of 190º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #111B1D is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 27 29 -
CMYK 0.41 0.07 0 0.89
HSL 190º 0.26% 0.09% -
HSV(B) 190º 0.41% 0.11% -
XYZ 0.84 0.99 1.31 -
YUV 24.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 17 27 29 0.41 0.07 0 0.89 190 0.26 0.09
Hex 11 1B 1D 29 7 0 59 BE 1A 9
Octal 21 33 35 51 7 0 131 276 32 11
Binary 10001 11011 11101 101001 111 0 1011001 10111110 11010 1001

Color Harmonies of #111B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B1D

Black with #111B1D

Text Example


Text Example

White with #111B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,27,29); }

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

background-color css

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

 a { background-color: rgb(17,27,29); }

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

border-color css

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

 span { border-color: rgb(17,27,29); }

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