#041A1D

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

Shades of Black Pearl #041A1D

Tints of Black Pearl #041A1D

Color information

#041A1D (or 0x041A1D) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 1D. RGB value is (4,26,29). Sum of RGB (Red+Green+Blue) = 4+26+29=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #041A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A1D is #FBE5E2. Grayscale: #131313. Windows color (decimal): -16508387 or 1907204. OLE color: 1907204.

HSL color Cylindrical-coordinate representation of color #041A1D: hue angle of 187.2º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #041A1D is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42629-
CMYK0.860.1000.89
HSL187.2º75.76%6.47%-
HSV(B)187.2º86.21%11.37%-
XYZ0.640.851.29-
YUV19.76133.21116.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.78%
GREEN value IS 26 (10.55% from 255) = 44.07%
BLUE value IS 29 (11.72% from 255) = 49.15%
R=6.78%
G=44.07%
B=49.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal426290.860.1000.89187.275.766.47
Hex41A1D56A059bb4c6
Octal432351261201312731146
Binary10011010111011010110101001011001101110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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