#041A1C

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

Shades of Black Pearl #041A1C

Tints of Black Pearl #041A1C

Color information

#041A1C (or 0x041A1C) is unknown color: approx Black Pearl. HEX triplet: 04, 1A and 1C. RGB value is (4,26,28). Sum of RGB (Red+Green+Blue) = 4+26+28=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #041A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A1C is #FBE5E3. Grayscale: #131313. Windows color (decimal): -16508388 or 1841668. OLE color: 1841668.

HSL color Cylindrical-coordinate representation of color #041A1C: hue angle of 185º degrees, saturation: 0.75, 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 #041A1C is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB42628-
CMYK0.860.0700.89
HSL185º75%6.27%-
HSV(B)185º85.71%10.98%-
XYZ0.630.851.23-
YUV19.65132.71116.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 26 (10.55% from 255) = 44.83%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=6.90%
G=44.83%
B=48.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal426280.860.0700.89185756.27
Hex41A1C567059b94b6
Octal43234126701312711136
Binary1001101011100101011011101011001101110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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