#041327

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

Shades of Black Pearl #041327

Tints of Black Pearl #041327

Color information

#041327 (or 0x041327) is unknown color: approx Black Pearl. HEX triplet: 04, 13 and 27. RGB value is (4,19,39). Sum of RGB (Red+Green+Blue) = 4+19+39=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 39 (15.62% from 255 or 62.90% from 62); Max value from RGB is 39 - color contains mainly: blue. Hex color #041327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041327 is #FBECD8. Grayscale: #101010. Windows color (decimal): -16510169 or 2560772. OLE color: 2560772.

HSL color Cylindrical-coordinate representation of color #041327: hue angle of 214.29º 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 #041327 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB41939-
CMYK0.900.5100.85
HSL214.29º81.4%8.43%-
HSV(B)214.29º89.74%15.29%-
XYZ0.650.642.01-
YUV16.79140.53118.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 39 (15.62% from 255) = 62.90%
R=6.45%
G=30.65%
B=62.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal419390.900.5100.85214.2981.48.43
Hex413275A33055d6518
Octal4234713263012532612110
Binary100100111001111011010110011010101011101011010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041327; }

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

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

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

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

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

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

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

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