#012532

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

Shades of Black Pearl #012532

Tints of Black Pearl #012532

Color information

#012532 (or 0x012532) is unknown color: approx Black Pearl. HEX triplet: 01, 25 and 32. RGB value is (1,37,50). Sum of RGB (Red+Green+Blue) = 1+37+50=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #012532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012532 is #FEDACD. Grayscale: #1B1B1B. Windows color (decimal): -16702158 or 3286273. OLE color: 3286273.

HSL color Cylindrical-coordinate representation of color #012532: hue angle of 195.92º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012532 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB13750-
CMYK0.980.2600.80
HSL195.92º96.08%10%-
HSV(B)195.92º98%19.61%-
XYZ1.251.563.25-
YUV27.72140.57108.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 50 (19.92% from 255) = 56.82%
R=1.14%
G=42.05%
B=56.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal137500.980.2600.80195.9296.0810
Hex12532621A050c460a
Octal1456214232012030414012
Binary1100101110010110001011010010100001100010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012532; }

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

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

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

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

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

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

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

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