#111D2C

Color #111D2C Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #111D2C

Tints of Black Pearl #111D2C

Color information

#111D2C (or 0x111D2C) is unknown color: approx Black Pearl. HEX triplet: 11, 1D and 2C. RGB value is (17,29,44). Sum of RGB (Red+Green+Blue) = 17+29+44=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #111D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D2C is #EEE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15655636 or 2891025. OLE color: 2891025.

HSL color Cylindrical-coordinate representation of color #111D2C: hue angle of 213.33º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #111D2C is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172944-
CMYK0.610.3400.83
HSL213.33º44.26%11.96%-
HSV(B)213.33º61.36%17.25%-
XYZ1.131.182.55-
YUV27.12137.52120.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=18.89%
G=32.22%
B=48.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1729440.610.3400.83213.3344.2611.96
Hex111D2C3D22053d52cc
Octal213554754201233255414
Binary100011110110110011110110001001010011110101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #111D2C;
 }
 .AnyTagClassName
 {
   color: #111D2C;
 }
</style>
background-color css

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

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

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

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

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

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