#122C36

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

Shades of Black Pearl #122C36

Tints of Black Pearl #122C36

Color information

#122C36 (or 0x122C36) is unknown color: approx Black Pearl. HEX triplet: 12, 2C and 36. RGB value is (18,44,54). Sum of RGB (Red+Green+Blue) = 18+44+54=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 54 - color contains mainly: blue. Hex color #122C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122C36 is #EDD3C9. Grayscale: #252525. Windows color (decimal): -15586250 or 3550226. OLE color: 3550226.

HSL color Cylindrical-coordinate representation of color #122C36: hue angle of 196.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #122C36 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184454-
CMYK0.670.1900.79
HSL196.67º50%14.12%-
HSV(B)196.67º66.67%21.18%-
XYZ1.822.23.82-
YUV37.37137.39114.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 54 (21.48% from 255) = 46.55%
R=15.52%
G=37.93%
B=46.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1844540.670.1900.79196.675014.12
Hex122C36431304Fc532e
Octal2254661032301173056216
Binary1001010110011011010000111001101001111110001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122C36; }

 p { color: rgb(18,44,54); }

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

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

 a { background-color: rgb(18,44,54); }

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

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

 span { border-color: rgb(18,44,54); }

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