#122B32

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

Shades of Black Pearl #122B32

Tints of Black Pearl #122B32

Color information

#122B32 (or 0x122B32) is unknown color: approx Black Pearl. HEX triplet: 12, 2B and 32. RGB value is (18,43,50). Sum of RGB (Red+Green+Blue) = 18+43+50=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #122B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122B32 is #EDD4CD. Grayscale: #242424. Windows color (decimal): -15586510 or 3287826. OLE color: 3287826.

HSL color Cylindrical-coordinate representation of color #122B32: hue angle of 193.12º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #122B32 is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB184350-
CMYK0.640.1400.80
HSL193.12º47.06%13.33%-
HSV(B)193.12º64%19.61%-
XYZ1.692.093.33-
YUV36.32135.72114.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=16.22%
G=38.74%
B=45.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1843500.640.1400.80193.1247.0613.33
Hex122B3240E050c12fd
Octal2253621001601203015715
Binary100101010111100101000000111001010000110000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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