Html Css Color HEX #111D1F Black Pearl

📋 copy color: '#111D1F'

red 17 ◦ green 29 ◦ blue 31

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

Shades of Black Pearl #111D1F

Tints of Black Pearl #111D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 37.66%

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 22.08%
G = 37.66%
B = 40.26%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#111D1F (or 0x111D1F) is known color: Black Pearl. HEX triplet: 11, 1D and 1F. RGB value is (17,29,31). Sum of RGB (Red+Green+Blue) = 17+29+31=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #111D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D1F is #EEE2E0. Grayscale: #191919. Windows color (decimal): -15655649 or 2039057. OLE color: 2039057.

HSL color Cylindrical-coordinate representation of color #111D1F: hue angle of 188.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111D1F is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 29 31 -
CMYK 0.45 0.06 0 0.88
HSL 188.57º 0.29% 0.09% -
HSV(B) 188.57º 0.45% 0.12% -
XYZ 0.92 1.1 1.46 -
YUV 25.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 17 29 31 0.45 0.06 0 0.88 188.57 0.29 0.09
Hex 11 1D 1F 2D 6 0 58 BD 1D 9
Octal 21 35 37 55 6 0 130 275 35 11
Binary 10001 11101 11111 101101 110 0 1011000 10111101 11101 1001

Color Harmonies of #111D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111D1F

Black with #111D1F

Text Example


Text Example

White with #111D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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