#041F34

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

Shades of Black Pearl #041F34

Tints of Black Pearl #041F34

Color information

#041F34 (or 0x041F34) is unknown color: approx Black Pearl. HEX triplet: 04, 1F and 34. RGB value is (4,31,52). Sum of RGB (Red+Green+Blue) = 4+31+52=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 31 (12.5% from 255 or 35.63% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #041F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F34 is #FBE0CB. Grayscale: #191919. Windows color (decimal): -16507084 or 3415812. OLE color: 3415812.

HSL color Cylindrical-coordinate representation of color #041F34: hue angle of 206.25º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #041F34 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB43152-
CMYK0.920.4000.80
HSL206.25º85.71%10.98%-
HSV(B)206.25º92.31%20.39%-
XYZ1.161.253.43-
YUV25.32143.05112.79-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 31 (12.5% from 255) = 35.63%
BLUE value IS 52 (20.70% from 255) = 59.77%
R=4.60%
G=35.63%
B=59.77%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal431520.920.4000.80206.2585.7110.98
Hex41F345C28050ce56b
Octal4376413450012031612613
Binary100111111101001011100101000010100001100111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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