#041427

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

Shades of Black Pearl #041427

Tints of Black Pearl #041427

Color information

#041427 (or 0x041427) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 27. RGB value is (4,20,39). Sum of RGB (Red+Green+Blue) = 4+20+39=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #041427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041427 is #FBEBD8. Grayscale: #111111. Windows color (decimal): -16509913 or 2561028. OLE color: 2561028.

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

Color convert

RGB42039-
CMYK0.900.4900.85
HSL212.57º81.4%8.43%-
HSV(B)212.57º89.74%15.29%-
XYZ0.670.672.01-
YUV17.38140.2118.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 39 (15.62% from 255) = 61.90%
R=6.35%
G=31.75%
B=61.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal420390.900.4900.85212.5781.48.43
Hex414275A31055d5518
Octal4244713261012532512110
Binary100101001001111011010110001010101011101010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041427; }

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

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

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

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

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

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

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

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