#111D2B

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

Shades of Black Pearl #111D2B

Tints of Black Pearl #111D2B

Color information

#111D2B (or 0x111D2B) is unknown color: approx Black Pearl. HEX triplet: 11, 1D and 2B. RGB value is (17,29,43). Sum of RGB (Red+Green+Blue) = 17+29+43=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #111D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111D2B is #EEE2D4. Grayscale: #1A1A1A. Windows color (decimal): -15655637 or 2825489. OLE color: 2825489.

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

Color convert

RGB172943-
CMYK0.600.3300.83
HSL212.31º43.33%11.76%-
HSV(B)212.31º60.47%16.86%-
XYZ1.111.172.45-
YUV27.01137.02120.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.10%
GREEN value IS 29 (11.72% from 255) = 32.58%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=19.10%
G=32.58%
B=48.31%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1729430.600.3300.83212.3143.3311.76
Hex111D2B3C21053d42bc
Octal213553744101233245314
Binary100011110110101111110010000101010011110101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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