#041A1F

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

Shades of Black Pearl #041A1F

Tints of Black Pearl #041A1F

Color information

#041A1F (or 0x041A1F) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 1F. RGB value is (4,26,31). Sum of RGB (Red+Green+Blue) = 4+26+31=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #041A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A1F is #FBE5E0. Grayscale: #131313. Windows color (decimal): -16508385 or 2038276. OLE color: 2038276.

HSL color Cylindrical-coordinate representation of color #041A1F: hue angle of 191.11º 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 #041A1F is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42631-
CMYK0.870.1600.88
HSL191.11º77.14%6.86%-
HSV(B)191.11º87.1%12.16%-
XYZ0.670.861.43-
YUV19.99134.21116.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.56%
GREEN value IS 26 (10.55% from 255) = 42.62%
BLUE value IS 31 (12.5% from 255) = 50.82%
R=6.56%
G=42.62%
B=50.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal426310.870.1600.88191.1177.146.86
Hex41A1F5710058bf4d7
Octal432371272001302771157
Binary100110101111110101111000001011000101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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