#041B25

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

Shades of Black Pearl #041B25

Tints of Black Pearl #041B25

Color information

#041B25 (or 0x041B25) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 25. RGB value is (4,27,37). Sum of RGB (Red+Green+Blue) = 4+27+37=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 27 (10.94% from 255 or 39.71% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #041B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B25 is #FBE4DA. Grayscale: #151515. Windows color (decimal): -16508123 or 2431748. OLE color: 2431748.

HSL color Cylindrical-coordinate representation of color #041B25: hue angle of 198.18º degrees, saturation: 0.8, 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 #041B25 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB42737-
CMYK0.890.2700.85
HSL198.18º80.49%8.04%-
HSV(B)198.18º89.19%14.51%-
XYZ0.780.941.89-
YUV21.26136.88115.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.88%
GREEN value IS 27 (10.94% from 255) = 39.71%
BLUE value IS 37 (14.84% from 255) = 54.41%
R=5.88%
G=39.71%
B=54.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal427370.890.2700.85198.1880.498.04
Hex41B25591B055c6508
Octal4334513133012530612010
Binary10011011100101101100111011010101011100011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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