#041B31

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

Shades of Black Pearl #041B31

Tints of Black Pearl #041B31

Color information

#041B31 (or 0x041B31) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 31. RGB value is (4,27,49). Sum of RGB (Red+Green+Blue) = 4+27+49=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #041B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B31 is #FBE4CE. Grayscale: #161616. Windows color (decimal): -16508111 or 3218180. OLE color: 3218180.

HSL color Cylindrical-coordinate representation of color #041B31: hue angle of 209.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041B31 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB42749-
CMYK0.920.4500.81
HSL209.33º84.91%10.39%-
HSV(B)209.33º91.84%19.22%-
XYZ11.033.05-
YUV22.63142.88114.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 27 (10.94% from 255) = 33.75%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=5%
G=33.75%
B=61.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal427490.920.4500.81209.3384.9110.39
Hex41B315C2D051d155a
Octal4336113455012132112512
Binary100110111100011011100101101010100011101000110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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