#122532

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

Shades of Black Pearl #122532

Tints of Black Pearl #122532

Color information

#122532 (or 0x122532) is unknown color: approx Black Pearl. HEX triplet: 12, 25 and 32. RGB value is (18,37,50). Sum of RGB (Red+Green+Blue) = 18+37+50=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #122532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122532 is #EDDACD. Grayscale: #202020. Windows color (decimal): -15588046 or 3286290. OLE color: 3286290.

HSL color Cylindrical-coordinate representation of color #122532: hue angle of 204.38º 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 #122532 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB183750-
CMYK0.640.2600.80
HSL204.38º47.06%13.33%-
HSV(B)204.38º64%19.61%-
XYZ1.491.683.26-
YUV32.8137.71117.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=17.14%
G=35.24%
B=47.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1837500.640.2600.80204.3847.0613.33
Hex122532401A050cc2fd
Octal2245621003201203145715
Binary1001010010111001010000001101001010000110011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122532; }

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

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

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

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

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

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

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

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