#041F2F

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

Shades of Black Pearl #041F2F

Tints of Black Pearl #041F2F

Color information

#041F2F (or 0x041F2F) is unknown color: approx Black Pearl. HEX triplet: 04, 1F and 2F. RGB value is (4,31,47). Sum of RGB (Red+Green+Blue) = 4+31+47=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 47 (18.75% from 255 or 57.32% from 82); Max value from RGB is 47 - color contains mainly: blue. Hex color #041F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F2F is #FBE0D0. Grayscale: #181818. Windows color (decimal): -16507089 or 3088132. OLE color: 3088132.

HSL color Cylindrical-coordinate representation of color #041F2F: hue angle of 202.33º 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 #041F2F is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB43147-
CMYK0.910.3400.82
HSL202.33º84.31%10%-
HSV(B)202.33º91.49%18.43%-
XYZ1.051.212.87-
YUV24.75140.55113.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.88%
GREEN value IS 31 (12.5% from 255) = 37.80%
BLUE value IS 47 (18.75% from 255) = 57.32%
R=4.88%
G=37.80%
B=57.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal431470.910.3400.82202.3384.3110
Hex41F2F5B22052ca54a
Octal4375713342012231212412
Binary100111111011111011011100010010100101100101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,31,47); }

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

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

 a { background-color: rgb(4,31,47); }

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

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

 span { border-color: rgb(4,31,47); }

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