#041527

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

Shades of Black Pearl #041527

Tints of Black Pearl #041527

Color information

#041527 (or 0x041527) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 27. RGB value is (4,21,39). Sum of RGB (Red+Green+Blue) = 4+21+39=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 21 (8.59% from 255 or 32.81% from 64); Blue value is 39 (15.62% from 255 or 60.94% from 64); Max value from RGB is 39 - color contains mainly: blue. Hex color #041527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041527 is #FBEAD8. Grayscale: #111111. Windows color (decimal): -16509657 or 2561284. OLE color: 2561284.

HSL color Cylindrical-coordinate representation of color #041527: hue angle of 210.86º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041527 is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB42139-
CMYK0.900.4600.85
HSL210.86º81.4%8.43%-
HSV(B)210.86º89.74%15.29%-
XYZ0.680.712.02-
YUV17.97139.87118.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 21 (8.59% from 255) = 32.81%
BLUE value IS 39 (15.62% from 255) = 60.94%
R=6.25%
G=32.81%
B=60.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal421390.900.4600.85210.8681.48.43
Hex415275A2E055d3518
Octal4254713256012532312110
Binary100101011001111011010101110010101011101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041527; }

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

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

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

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

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

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

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

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