#041B1E

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

Shades of Black Pearl #041B1E

Tints of Black Pearl #041B1E

Color information

#041B1E (or 0x041B1E) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 1E. RGB value is (4,27,30). Sum of RGB (Red+Green+Blue) = 4+27+30=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #041B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B1E is #FBE4E1. Grayscale: #141414. Windows color (decimal): -16508130 or 1972996. OLE color: 1972996.

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

Color convert

RGB42730-
CMYK0.870.1000.88
HSL186.92º76.47%6.67%-
HSV(B)186.92º86.67%11.76%-
XYZ0.680.91.37-
YUV20.46133.38116.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.56%
GREEN value IS 27 (10.94% from 255) = 44.26%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=6.56%
G=44.26%
B=49.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal427300.870.1000.88186.9276.476.67
Hex41B1E57A058bb4c7
Octal433361271201302731147
Binary10011011111101010111101001011000101110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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