#122B33

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

Shades of Black Pearl #122B33

Tints of Black Pearl #122B33

Color information

#122B33 (or 0x122B33) is unknown color: approx Black Pearl. HEX triplet: 12, 2B and 33. RGB value is (18,43,51). Sum of RGB (Red+Green+Blue) = 18+43+51=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 43 (17.19% from 255 or 38.39% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 51 - color contains mainly: blue. Hex color #122B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B33 is #EDD4CC. Grayscale: #242424. Windows color (decimal): -15586509 or 3353362. OLE color: 3353362.

HSL color Cylindrical-coordinate representation of color #122B33: hue angle of 194.55º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #122B33 is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB184351-
CMYK0.650.1600.8
HSL194.55º47.83%13.53%-
HSV(B)194.55º64.71%20%-
XYZ1.712.13.45-
YUV36.44136.22114.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 43 (17.19% from 255) = 38.39%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=16.07%
G=38.39%
B=45.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1843510.650.1600.8194.5547.8313.53
Hex122B334110050c330e
Octal2253631012001203036016
Binary1001010101111001110000011000001010000110000111100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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