#041d1f

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

Shades of Black Pearl #041D1F

Tints of Black Pearl #041D1F

Color information

#041D1F (or 0x041D1F) is unknown color: approx Black Pearl. HEX triplet: 04, 1D and 1F. RGB value is (4,29,31). Sum of RGB (Red+Green+Blue) = 4+29+31=64 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.25% from 64); Green value is 29 (11.72% from 255 or 45.31% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #041D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D1F is #FBE2E0. Grayscale: #151515. Windows color (decimal): -16507617 or 2039044. OLE color: 2039044.

HSL color Cylindrical-coordinate representation of color #041D1F: hue angle of 184.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041D1F is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42931-
CMYK0.870.0600.88
HSL184.44º77.14%6.86%-
HSV(B)184.44º87.1%12.16%-
XYZ0.7411.45-
YUV21.75133.22115.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.25%
GREEN value IS 29 (11.72% from 255) = 45.31%
BLUE value IS 31 (12.5% from 255) = 48.44%
R=6.25%
G=45.31%
B=48.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal429310.870.0600.88184.4477.146.86
Hex41D1F576058b84d7
Octal43537127601302701157
Binary1001110111111101011111001011000101110001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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