#041C28

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

Shades of Black Pearl #041C28

Tints of Black Pearl #041C28

Color information

#041C28 (or 0x041C28) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 28. RGB value is (4,28,40). Sum of RGB (Red+Green+Blue) = 4+28+40=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 28 (11.33% from 255 or 38.89% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #041C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C28 is #FBE3D7. Grayscale: #161616. Windows color (decimal): -16507864 or 2628612. OLE color: 2628612.

HSL color Cylindrical-coordinate representation of color #041C28: hue angle of 200º 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 #041C28 is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42840-
CMYK0.900.3000.84
HSL200º81.82%8.63%-
HSV(B)200º90%15.69%-
XYZ0.851.012.16-
YUV22.19138.05115.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.56%
GREEN value IS 28 (11.33% from 255) = 38.89%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=5.56%
G=38.89%
B=55.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal428400.900.3000.8420081.828.63
Hex41C285A1E054c8529
Octal4345013236012431012211
Binary10011100101000101101011110010101001100100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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