#122027

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

Shades of Black Pearl #122027

Tints of Black Pearl #122027

Color information

#122027 (or 0x122027) is unknown color: approx Black Pearl. HEX triplet: 12, 20 and 27. RGB value is (18,32,39). Sum of RGB (Red+Green+Blue) = 18+32+39=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 39 (15.62% from 255 or 43.82% from 89); Max value from RGB is 39 - color contains mainly: blue. Hex color #122027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122027 is #EDDFD8. Grayscale: #1C1C1C. Windows color (decimal): -15589337 or 2564114. OLE color: 2564114.

HSL color Cylindrical-coordinate representation of color #122027: hue angle of 200º 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 #122027 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB183239-
CMYK0.540.1800.85
HSL200º36.84%11.18%-
HSV(B)200º53.85%15.29%-
XYZ1.131.312.11-
YUV28.61133.86120.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.22%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 39 (15.62% from 255) = 43.82%
R=20.22%
G=35.96%
B=43.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1832390.540.1800.8520036.8411.18
Hex1220273612055c825b
Octal224047662201253104513
Binary100101000001001111101101001001010101110010001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122027; }

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

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

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

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

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

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

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

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