#111C2B

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

Shades of Black Pearl #111C2B

Tints of Black Pearl #111C2B

Color information

#111C2B (or 0x111C2B) is unknown color: approx Black Pearl. HEX triplet: 11, 1C and 2B. RGB value is (17,28,43). Sum of RGB (Red+Green+Blue) = 17+28+43=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #111C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C2B is #EEE3D4. Grayscale: #1A1A1A. Windows color (decimal): -15655893 or 2825233. OLE color: 2825233.

HSL color Cylindrical-coordinate representation of color #111C2B: hue angle of 214.62º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #111C2B is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB172843-
CMYK0.600.3500.83
HSL214.62º43.33%11.76%-
HSV(B)214.62º60.47%16.86%-
XYZ1.081.122.45-
YUV26.42137.36121.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 28 (11.33% from 255) = 31.82%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=19.32%
G=31.82%
B=48.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1728430.600.3500.83214.6243.3311.76
Hex111C2B3C23053d72bc
Octal213453744301233275314
Binary100011110010101111110010001101010011110101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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