#122127

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

Shades of Black Pearl #122127

Tints of Black Pearl #122127

Color information

#122127 (or 0x122127) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 27. RGB value is (18,33,39). Sum of RGB (Red+Green+Blue) = 18+33+39=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 33 (13.28% from 255 or 36.67% 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 #122127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122127 is #EDDED8. Grayscale: #1D1D1D. Windows color (decimal): -15589081 or 2564370. OLE color: 2564370.

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

Color convert

RGB183339-
CMYK0.540.1500.85
HSL197.14º36.84%11.18%-
HSV(B)197.14º53.85%15.29%-
XYZ1.161.362.12-
YUV29.2133.53120.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=20%
G=36.67%
B=43.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1833390.540.1500.85197.1436.8411.18
Hex12212736F055c525b
Octal224147661701253054513
Binary10010100001100111110110111101010101110001011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122127; }

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

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

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

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

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

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

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

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