#041A27

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

Shades of Black Pearl #041A27

Tints of Black Pearl #041A27

Color information

#041A27 (or 0x041A27) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 27. RGB value is (4,26,39). Sum of RGB (Red+Green+Blue) = 4+26+39=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #041A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A27 is #FBE5D8. Grayscale: #141414. Windows color (decimal): -16508377 or 2562564. OLE color: 2562564.

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

Color convert

RGB42639-
CMYK0.900.3300.85
HSL202.29º81.4%8.43%-
HSV(B)202.29º89.74%15.29%-
XYZ0.790.912.05-
YUV20.9138.21115.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 26 (10.55% from 255) = 37.68%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=5.80%
G=37.68%
B=56.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal426390.900.3300.85202.2981.48.43
Hex41A275A21055ca518
Octal4324713241012531212110
Binary100110101001111011010100001010101011100101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041A27; }

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

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

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

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

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

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

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

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