#122D36

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

Shades of Black Pearl #122D36

Tints of Black Pearl #122D36

Color information

#122D36 (or 0x122D36) is unknown color: approx Black Pearl. HEX triplet: 12, 2D and 36. RGB value is (18,45,54). Sum of RGB (Red+Green+Blue) = 18+45+54=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 54 (21.48% from 255 or 46.15% from 117); Max value from RGB is 54 - color contains mainly: blue. Hex color #122D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122D36 is #EDD2C9. Grayscale: #252525. Windows color (decimal): -15585994 or 3550482. OLE color: 3550482.

HSL color Cylindrical-coordinate representation of color #122D36: hue angle of 195º 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 #122D36 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB184554-
CMYK0.670.1700.79
HSL195º50%14.12%-
HSV(B)195º66.67%21.18%-
XYZ1.852.273.83-
YUV37.95137.05113.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 45 (17.97% from 255) = 38.46%
BLUE value IS 54 (21.48% from 255) = 46.15%
R=15.38%
G=38.46%
B=46.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1845540.670.1700.791955014.12
Hex122D36431104Fc332e
Octal2255661032101173036216
Binary1001010110111011010000111000101001111110000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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