#012528

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

Shades of Black Pearl #012528

Tints of Black Pearl #012528

Color information

#012528 (or 0x012528) is unknown color: approx Black Pearl. HEX triplet: 01, 25 and 28. RGB value is (1,37,40). Sum of RGB (Red+Green+Blue) = 1+37+40=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 37 (14.84% from 255 or 47.44% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #012528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012528 is #FEDAD7. Grayscale: #1A1A1A. Windows color (decimal): -16702168 or 2630913. OLE color: 2630913.

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

Color convert

RGB13740-
CMYK0.980.0700.84
HSL184.62º95.12%8.04%-
HSV(B)184.62º97.5%15.69%-
XYZ1.061.482.24-
YUV26.58135.57109.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 37 (14.84% from 255) = 47.44%
BLUE value IS 40 (16.02% from 255) = 51.28%
R=1.28%
G=47.44%
B=51.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal137400.980.0700.84184.6295.128.04
Hex12528627054b95f8
Octal145501427012427113710
Binary11001011010001100010111010101001011100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012528; }

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

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

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

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

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

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

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

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