#041127

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

Shades of Black Pearl #041127

Tints of Black Pearl #041127

Color information

#041127 (or 0x041127) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 27. RGB value is (4,17,39). Sum of RGB (Red+Green+Blue) = 4+17+39=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 39 (15.62% from 255 or 65% from 60); Max value from RGB is 39 - color contains mainly: blue. Hex color #041127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041127 is #FBEED8. Grayscale: #0F0F0F. Windows color (decimal): -16510681 or 2560260. OLE color: 2560260.

HSL color Cylindrical-coordinate representation of color #041127: hue angle of 217.71º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041127 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB41739-
CMYK0.900.5600.85
HSL217.71º81.4%8.43%-
HSV(B)217.71º89.74%15.29%-
XYZ0.620.572-
YUV15.62141.19119.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 39 (15.62% from 255) = 65%
R=6.67%
G=28.33%
B=65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal417390.900.5600.85217.7181.48.43
Hex411275A38055da518
Octal4214713270012533212110
Binary100100011001111011010111000010101011101101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041127; }

 p { color: rgb(4,17,39); }

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

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

 a { background-color: rgb(4,17,39); }

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

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

 span { border-color: rgb(4,17,39); }

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