#041B26

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

Shades of Black Pearl #041B26

Tints of Black Pearl #041B26

Color information

#041B26 (or 0x041B26) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 26. RGB value is (4,27,38). Sum of RGB (Red+Green+Blue) = 4+27+38=69 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.80% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 38 (15.23% from 255 or 55.07% from 69); Max value from RGB is 38 - color contains mainly: blue. Hex color #041B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B26 is #FBE4D9. Grayscale: #151515. Windows color (decimal): -16508122 or 2497284. OLE color: 2497284.

HSL color Cylindrical-coordinate representation of color #041B26: hue angle of 199.41º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041B26 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB42738-
CMYK0.890.2900.85
HSL199.41º80.95%8.24%-
HSV(B)199.41º89.47%14.9%-
XYZ0.790.951.98-
YUV21.38137.38115.61-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.80%
GREEN value IS 27 (10.94% from 255) = 39.13%
BLUE value IS 38 (15.23% from 255) = 55.07%
R=5.80%
G=39.13%
B=55.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal427380.890.2900.85199.4180.958.24
Hex41B26591D055c7518
Octal4334613135012530712110
Binary10011011100110101100111101010101011100011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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