#122227

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

Shades of Black Pearl #122227

Tints of Black Pearl #122227

Color information

#122227 (or 0x122227) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 27. RGB value is (18,34,39). Sum of RGB (Red+Green+Blue) = 18+34+39=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #122227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122227 is #EDDDD8. Grayscale: #1D1D1D. Windows color (decimal): -15588825 or 2564626. OLE color: 2564626.

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

Color convert

RGB183439-
CMYK0.540.1300.85
HSL194.29º36.84%11.18%-
HSV(B)194.29º53.85%15.29%-
XYZ1.191.422.13-
YUV29.79133.2119.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 34 (13.67% from 255) = 37.36%
BLUE value IS 39 (15.62% from 255) = 42.86%
R=19.78%
G=37.36%
B=42.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1834390.540.1300.85194.2936.8411.18
Hex12222736D055c225b
Octal224247661501253024513
Binary10010100010100111110110110101010101110000101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122227; }

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

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

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

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

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

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

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

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