#112227

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

Shades of Black Pearl #112227

Tints of Black Pearl #112227

Color information

#112227 (or 0x112227) is unknown color: approx Black Pearl. HEX triplet: 11, 22 and 27. RGB value is (17,34,39). Sum of RGB (Red+Green+Blue) = 17+34+39=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #112227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112227 is #EEDDD8. Grayscale: #1D1D1D. Windows color (decimal): -15654361 or 2564625. OLE color: 2564625.

HSL color Cylindrical-coordinate representation of color #112227: hue angle of 193.64º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112227 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB173439-
CMYK0.560.1300.85
HSL193.64º39.29%10.98%-
HSV(B)193.64º56.41%15.29%-
XYZ1.171.412.13-
YUV29.49133.37119.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.89%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=18.89%
G=37.78%
B=43.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1734390.560.1300.85193.6439.2910.98
Hex11222738D055c227b
Octal214247701501253024713
Binary10001100010100111111000110101010101110000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112227; }

 p { color: rgb(17,34,39); }

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

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

 a { background-color: rgb(17,34,39); }

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

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

 span { border-color: rgb(17,34,39); }

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