#122427

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

Shades of Black Pearl #122427

Tints of Black Pearl #122427

Color information

#122427 (or 0x122427) is unknown color: approx Black Pearl. HEX triplet: 12, 24 and 27. RGB value is (18,36,39). Sum of RGB (Red+Green+Blue) = 18+36+39=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #122427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122427 is #EDDBD8. Grayscale: #1E1E1E. Windows color (decimal): -15588313 or 2565138. OLE color: 2565138.

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

Color convert

RGB183639-
CMYK0.540.0800.85
HSL188.57º36.84%11.18%-
HSV(B)188.57º53.85%15.29%-
XYZ1.251.542.15-
YUV30.96132.54118.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 36 (14.45% from 255) = 38.71%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=19.35%
G=38.71%
B=41.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1836390.540.0800.85188.5736.8411.18
Hex122427368055bd25b
Octal224447661001252754513
Binary10010100100100111110110100001010101101111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122427; }

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

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

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

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

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

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

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

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