#041C1F

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

Shades of Black Pearl #041C1F

Tints of Black Pearl #041C1F

Color information

#041C1F (or 0x041C1F) is unknown color: approx Black Pearl. HEX triplet: 04, 1C and 1F. RGB value is (4,28,31). Sum of RGB (Red+Green+Blue) = 4+28+31=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 31 (12.5% from 255 or 49.21% from 63); Max value from RGB is 31 - color contains mainly: blue. Hex color #041C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C1F is #FBE3E0. Grayscale: #151515. Windows color (decimal): -16507873 or 2038788. OLE color: 2038788.

HSL color Cylindrical-coordinate representation of color #041C1F: hue angle of 186.67º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041C1F is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB42831-
CMYK0.870.1000.88
HSL186.67º77.14%6.86%-
HSV(B)186.67º87.1%12.16%-
XYZ0.710.961.44-
YUV21.17133.55115.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.35%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 31 (12.5% from 255) = 49.21%
R=6.35%
G=44.44%
B=49.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal428310.870.1000.88186.6777.146.86
Hex41C1F57A058bb4d7
Octal434371271201302731157
Binary10011100111111010111101001011000101110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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