#012028

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

Shades of Black Pearl #012028

Tints of Black Pearl #012028

Color information

#012028 (or 0x012028) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 28. RGB value is (1,32,40). Sum of RGB (Red+Green+Blue) = 1+32+40=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 40 (16.02% from 255 or 54.79% from 73); Max value from RGB is 40 - color contains mainly: blue. Hex color #012028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012028 is #FEDFD7. Grayscale: #171717. Windows color (decimal): -16703448 or 2629633. OLE color: 2629633.

HSL color Cylindrical-coordinate representation of color #012028: hue angle of 192.31º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012028 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13240-
CMYK0.980.2000.84
HSL192.31º95.12%8.04%-
HSV(B)192.31º97.5%15.69%-
XYZ0.911.192.19-
YUV23.64137.23111.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 32 (12.89% from 255) = 43.84%
BLUE value IS 40 (16.02% from 255) = 54.79%
R=1.37%
G=43.84%
B=54.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal132400.980.2000.84192.3195.128.04
Hex120286214054c05f8
Octal1405014224012430013710
Binary1100000101000110001010100010101001100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012028; }

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

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

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

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

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

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

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

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