#041B28

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

Shades of Black Pearl #041B28

Tints of Black Pearl #041B28

Color information

#041B28 (or 0x041B28) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 28. RGB value is (4,27,40). Sum of RGB (Red+Green+Blue) = 4+27+40=71 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.63% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #041B28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B28 is #FBE4D7. Grayscale: #151515. Windows color (decimal): -16508120 or 2628356. OLE color: 2628356.

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

Color convert

RGB42740-
CMYK0.900.3300.84
HSL201.67º81.82%8.63%-
HSV(B)201.67º90%15.69%-
XYZ0.830.962.15-
YUV21.6138.38115.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.63%
GREEN value IS 27 (10.94% from 255) = 38.03%
BLUE value IS 40 (16.02% from 255) = 56.34%
R=5.63%
G=38.03%
B=56.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal427400.900.3300.84201.6781.828.63
Hex41B285A21054ca529
Octal4335013241012431212211
Binary100110111010001011010100001010101001100101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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