#041F30

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

Shades of Black Pearl #041F30

Tints of Black Pearl #041F30

Color information

#041F30 (or 0x041F30) is unknown color: approx Black Pearl. HEX triplet: 04, 1F and 30. RGB value is (4,31,48). Sum of RGB (Red+Green+Blue) = 4+31+48=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 31 (12.5% from 255 or 37.35% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #041F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F30 is #FBE0CF. Grayscale: #181818. Windows color (decimal): -16507088 or 3153668. OLE color: 3153668.

HSL color Cylindrical-coordinate representation of color #041F30: hue angle of 203.18º 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 #041F30 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB43148-
CMYK0.920.3500.81
HSL203.18º84.62%10.2%-
HSV(B)203.18º91.67%18.82%-
XYZ1.071.222.98-
YUV24.86141.05113.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 31 (12.5% from 255) = 37.35%
BLUE value IS 48 (19.14% from 255) = 57.83%
R=4.82%
G=37.35%
B=57.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal431480.920.3500.81203.1884.6210.2
Hex41F305C23051cb55a
Octal4376013443012131312512
Binary100111111100001011100100011010100011100101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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