#111C2C

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

Shades of Black Pearl #111C2C

Tints of Black Pearl #111C2C

Color information

#111C2C (or 0x111C2C) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 2C. RGB value is (17,28,44). Sum of RGB (Red+Green+Blue) = 17+28+44=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #111C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C2C is #EEE3D3. Grayscale: #1A1A1A. Windows color (decimal): -15655892 or 2890769. OLE color: 2890769.

HSL color Cylindrical-coordinate representation of color #111C2C: hue angle of 215.56º 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 #111C2C is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172844-
CMYK0.610.3600.83
HSL215.56º44.26%11.96%-
HSV(B)215.56º61.36%17.25%-
XYZ1.11.132.54-
YUV26.53137.86121.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 44 (17.58% from 255) = 49.44%
R=19.10%
G=31.46%
B=49.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1728440.610.3600.83215.5644.2611.96
Hex111C2C3D24053d82cc
Octal213454754401233305414
Binary100011110010110011110110010001010011110110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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