#111F23

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

Shades of Black Pearl #111F23

Tints of Black Pearl #111F23

Color information

#111F23 (or 0x111F23) is unknown color: approx Black Pearl. HEX triplet: 11, 1F and 23. RGB value is (17,31,35). Sum of RGB (Red+Green+Blue) = 17+31+35=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #111F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F23 is #EEE0DC. Grayscale: #1B1B1B. Windows color (decimal): -15655133 or 2301713. OLE color: 2301713.

HSL color Cylindrical-coordinate representation of color #111F23: hue angle of 193.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #111F23 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB173135-
CMYK0.510.1100.86
HSL193.33º34.62%10.2%-
HSV(B)193.33º51.43%13.73%-
XYZ1.021.221.77-
YUV27.27132.36120.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.48%
GREEN value IS 31 (12.5% from 255) = 37.35%
BLUE value IS 35 (14.06% from 255) = 42.17%
R=20.48%
G=37.35%
B=42.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1731350.510.1100.86193.3334.6210.2
Hex111F2333B056c123a
Octal213743631301263014312
Binary1000111111100011110011101101010110110000011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,31,35); }

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

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

 a { background-color: rgb(17,31,35); }

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

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

 span { border-color: rgb(17,31,35); }

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