#122B36

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

Shades of Black Pearl #122B36

Tints of Black Pearl #122B36

Color information

#122B36 (or 0x122B36) is unknown color: approx Black Pearl. HEX triplet: 12, 2B and 36. RGB value is (18,43,54). Sum of RGB (Red+Green+Blue) = 18+43+54=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 54 (21.48% from 255 or 46.96% from 115); Max value from RGB is 54 - color contains mainly: blue. Hex color #122B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B36 is #EDD4C9. Grayscale: #242424. Windows color (decimal): -15586506 or 3549970. OLE color: 3549970.

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

Color convert

RGB184354-
CMYK0.670.2000.79
HSL198.33º50%14.12%-
HSV(B)198.33º66.67%21.18%-
XYZ1.782.123.81-
YUV36.78137.72114.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 43 (17.19% from 255) = 37.39%
BLUE value IS 54 (21.48% from 255) = 46.96%
R=15.65%
G=37.39%
B=46.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1843540.670.2000.79198.335014.12
Hex122B36431404Fc632e
Octal2253661032401173066216
Binary1001010101111011010000111010001001111110001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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