#041B2E

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

Shades of Black Pearl #041B2E

Tints of Black Pearl #041B2E

Color information

#041B2E (or 0x041B2E) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 2E. RGB value is (4,27,46). Sum of RGB (Red+Green+Blue) = 4+27+46=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #041B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B2E is #FBE4D1. Grayscale: #161616. Windows color (decimal): -16508114 or 3021572. OLE color: 3021572.

HSL color Cylindrical-coordinate representation of color #041B2E: hue angle of 207.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041B2E is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB42746-
CMYK0.910.4100.82
HSL207.14º84%9.8%-
HSV(B)207.14º91.3%18.04%-
XYZ0.941.012.73-
YUV22.29141.38114.96-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 46 (18.36% from 255) = 59.74%
R=5.19%
G=35.06%
B=59.74%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal427460.910.4100.82207.14849.8
Hex41B2E5B29052cf54a
Octal4335613351012231712412
Binary100110111011101011011101001010100101100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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