#041B1D

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

Shades of Black Pearl #041B1D

Tints of Black Pearl #041B1D

Color information

#041B1D (or 0x041B1D) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 1D. RGB value is (4,27,29). Sum of RGB (Red+Green+Blue) = 4+27+29=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 27 (10.94% from 255 or 45% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #041B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B1D is #FBE4E2. Grayscale: #141414. Windows color (decimal): -16508131 or 1907460. OLE color: 1907460.

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

Color convert

RGB42729-
CMYK0.860.0700.89
HSL184.8º75.76%6.47%-
HSV(B)184.8º86.21%11.37%-
XYZ0.660.91.3-
YUV20.35132.88116.34-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 27 (10.94% from 255) = 45%
BLUE value IS 29 (11.72% from 255) = 48.33%
R=6.67%
G=45%
B=48.33%

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
Decimal427290.860.0700.89184.875.766.47
Hex41B1D567059b94c6
Octal43335126701312711146
Binary1001101111101101011011101011001101110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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