#041528

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

Shades of Black Pearl #041528

Tints of Black Pearl #041528

Color information

#041528 (or 0x041528) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 28. RGB value is (4,21,40). Sum of RGB (Red+Green+Blue) = 4+21+40=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #041528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041528 is #FBEAD7. Grayscale: #111111. Windows color (decimal): -16509656 or 2626820. OLE color: 2626820.

HSL color Cylindrical-coordinate representation of color #041528: hue angle of 211.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041528 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42140-
CMYK0.900.4800.84
HSL211.67º81.82%8.63%-
HSV(B)211.67º90%15.69%-
XYZ0.70.722.11-
YUV18.08140.37117.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=6.15%
G=32.31%
B=61.54%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal421400.900.4800.84211.6781.828.63
Hex415285A30054d4529
Octal4255013260012432412211
Binary100101011010001011010110000010101001101010010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041528; }

 p { color: rgb(4,21,40); }

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

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

 a { background-color: rgb(4,21,40); }

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

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

 span { border-color: rgb(4,21,40); }

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