#041F37

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

Shades of Black Pearl #041F37

Tints of Black Pearl #041F37

Color information

#041F37 (or 0x041F37) is unknown color: approx Black Pearl. HEX triplet: 04, 1F and 37. RGB value is (4,31,55). Sum of RGB (Red+Green+Blue) = 4+31+55=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #041F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F37 is #FBE0C8. Grayscale: #191919. Windows color (decimal): -16507081 or 3612420. OLE color: 3612420.

HSL color Cylindrical-coordinate representation of color #041F37: hue angle of 208.24º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041F37 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB43155-
CMYK0.930.4400.78
HSL208.24º86.44%11.57%-
HSV(B)208.24º92.73%21.57%-
XYZ1.231.283.8-
YUV25.66144.55112.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 31 (12.5% from 255) = 34.44%
BLUE value IS 55 (21.88% from 255) = 61.11%
R=4.44%
G=34.44%
B=61.11%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal431550.930.4400.78208.2486.4411.57
Hex41F375D2C04Ed056c
Octal4376713554011632012614
Binary100111111101111011101101100010011101101000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,31,55); }

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

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

 a { background-color: rgb(4,31,55); }

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

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

 span { border-color: rgb(4,31,55); }

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