#041732

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

Shades of Black Pearl #041732

Tints of Black Pearl #041732

Color information

#041732 (or 0x041732) is unknown color: approx Black Pearl. HEX triplet: 04, 17 and 32. RGB value is (4,23,50). Sum of RGB (Red+Green+Blue) = 4+23+50=77 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.19% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #041732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041732 is #FBE8CD. Grayscale: #141414. Windows color (decimal): -16509134 or 3282692. OLE color: 3282692.

HSL color Cylindrical-coordinate representation of color #041732: hue angle of 215.22º degrees, saturation: 0.85, 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 #041732 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB42350-
CMYK0.920.5400.80
HSL215.22º85.19%10.59%-
HSV(B)215.22º92%19.61%-
XYZ0.930.873.14-
YUV20.4144.71116.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.19%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 50 (19.92% from 255) = 64.94%
R=5.19%
G=29.87%
B=64.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal423500.920.5400.80215.2285.1910.59
Hex417325C36050d755b
Octal4276213466012032712513
Binary100101111100101011100110110010100001101011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041732; }

 p { color: rgb(4,23,50); }

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

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

 a { background-color: rgb(4,23,50); }

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

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

 span { border-color: rgb(4,23,50); }

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