#111E2B

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

Shades of Black Pearl #111E2B

Tints of Black Pearl #111E2B

Color information

#111E2B (or 0x111E2B) is unknown color: approx Black Pearl. HEX triplet: 11, 1E and 2B. RGB value is (17,30,43). Sum of RGB (Red+Green+Blue) = 17+30+43=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #111E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111E2B is #EEE1D4. Grayscale: #1B1B1B. Windows color (decimal): -15655381 or 2825745. OLE color: 2825745.

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

Color convert

RGB173043-
CMYK0.600.3000.83
HSL210º43.33%11.76%-
HSV(B)210º60.47%16.86%-
XYZ1.131.222.46-
YUV27.6136.69120.44-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 30 (12.11% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=18.89%
G=33.33%
B=47.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1730430.600.3000.8321043.3311.76
Hex111E2B3C1E053d22bc
Octal213653743601233225314
Binary10001111101010111111001111001010011110100101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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