Html Css Color HEX #11181D Black Pearl

📋 copy color: '#11181D'

red 17 ◦ green 24 ◦ blue 29

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

Shades of Black Pearl #11181D

Tints of Black Pearl #11181D

RGB

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

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

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

R = 24.29%
G = 34.29%
B = 41.43%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11181D (or 0x11181D) is known color: Black Pearl. HEX triplet: 11, 18 and 1D. RGB value is (17,24,29). Sum of RGB (Red+Green+Blue) = 17+24+29=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #11181D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11181D is #EEE7E2. Grayscale: #161616. Windows color (decimal): -15656931 or 1906705. OLE color: 1906705.

HSL color Cylindrical-coordinate representation of color #11181D: hue angle of 205º 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 #11181D is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 24 29 -
CMYK 0.41 0.17 0 0.89
HSL 205º 0.26% 0.09% -
HSV(B) 205º 0.41% 0.11% -
XYZ 0.78 0.86 1.29 -
YUV 22.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 17 24 29 0.41 0.17 0 0.89 205 0.26 0.09
Hex 11 18 1D 29 11 0 59 CD 1A 9
Octal 21 30 35 51 21 0 131 315 32 11
Binary 10001 11000 11101 101001 10001 0 1011001 11001101 11010 1001

Color Harmonies of #11181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11181D

Black with #11181D

Text Example


Text Example

White with #11181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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