#041227

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

Shades of Black Pearl #041227

Tints of Black Pearl #041227

Color information

#041227 (or 0x041227) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 27. RGB value is (4,18,39). Sum of RGB (Red+Green+Blue) = 4+18+39=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #041227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041227 is #FBEDD8. Grayscale: #101010. Windows color (decimal): -16510425 or 2560516. OLE color: 2560516.

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

Color convert

RGB41839-
CMYK0.900.5400.85
HSL216º81.4%8.43%-
HSV(B)216º89.74%15.29%-
XYZ0.630.62-
YUV16.21140.86119.29-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.56%
GREEN value IS 18 (7.42% from 255) = 29.51%
BLUE value IS 39 (15.62% from 255) = 63.93%
R=6.56%
G=29.51%
B=63.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal418390.900.5400.8521681.48.43
Hex412275A36055d8518
Octal4224713266012533012110
Binary100100101001111011010110110010101011101100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041227; }

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

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

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

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

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

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

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

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