#041228

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

Shades of Black Pearl #041228

Tints of Black Pearl #041228

Color information

#041228 (or 0x041228) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 28. RGB value is (4,18,40). Sum of RGB (Red+Green+Blue) = 4+18+40=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 18 (7.42% from 255 or 29.03% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #041228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041228 is #FBEDD7. Grayscale: #101010. Windows color (decimal): -16510424 or 2626052. OLE color: 2626052.

HSL color Cylindrical-coordinate representation of color #041228: hue angle of 216.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041228 is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB41840-
CMYK0.900.5500.84
HSL216.67º81.82%8.63%-
HSV(B)216.67º90%15.69%-
XYZ0.650.612.09-
YUV16.32141.36119.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.45%
GREEN value IS 18 (7.42% from 255) = 29.03%
BLUE value IS 40 (16.02% from 255) = 64.52%
R=6.45%
G=29.03%
B=64.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal418400.900.5500.84216.6781.828.63
Hex412285A37054d9529
Octal4225013267012433112211
Binary100100101010001011010110111010101001101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041228; }

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

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

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

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

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

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

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

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