#122A36

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

Shades of Black Pearl #122A36

Tints of Black Pearl #122A36

Color information

#122A36 (or 0x122A36) is unknown color: approx Black Pearl. HEX triplet: 12, 2A and 36. RGB value is (18,42,54). Sum of RGB (Red+Green+Blue) = 18+42+54=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 54 (21.48% from 255 or 47.37% from 114); Max value from RGB is 54 - color contains mainly: blue. Hex color #122A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122A36 is #EDD5C9. Grayscale: #242424. Windows color (decimal): -15586762 or 3549714. OLE color: 3549714.

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

Color convert

RGB184254-
CMYK0.670.2200.79
HSL200º50%14.12%-
HSV(B)200º66.67%21.18%-
XYZ1.742.053.79-
YUV36.19138.05115.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 54 (21.48% from 255) = 47.37%
R=15.79%
G=36.84%
B=47.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1842540.670.2200.792005014.12
Hex122A36431604Fc832e
Octal2252661032601173106216
Binary1001010101011011010000111011001001111110010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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