#012032

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

Shades of Black Pearl #012032

Tints of Black Pearl #012032

Color information

#012032 (or 0x012032) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 32. RGB value is (1,32,50). Sum of RGB (Red+Green+Blue) = 1+32+50=83 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.20% from 83); Green value is 32 (12.89% from 255 or 38.55% from 83); Blue value is 50 (19.92% from 255 or 60.24% from 83); Max value from RGB is 50 - color contains mainly: blue. Hex color #012032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012032 is #FEDFCD. Grayscale: #181818. Windows color (decimal): -16703438 or 3284993. OLE color: 3284993.

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

Color convert

RGB13250-
CMYK0.980.3600.80
HSL202.04º96.08%10%-
HSV(B)202.04º98%19.61%-
XYZ1.11.273.2-
YUV24.78142.23111.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.20%
GREEN value IS 32 (12.89% from 255) = 38.55%
BLUE value IS 50 (19.92% from 255) = 60.24%
R=1.20%
G=38.55%
B=60.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal132500.980.3600.80202.0496.0810
Hex120326224050ca60a
Octal1406214244012031214012
Binary11000001100101100010100100010100001100101011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012032; }

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

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

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

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

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

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

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

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