#041832

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

Shades of Black Pearl #041832

Tints of Black Pearl #041832

Color information

#041832 (or 0x041832) is unknown color: approx Black Pearl. HEX triplet: 04, 18 and 32. RGB value is (4,24,50). Sum of RGB (Red+Green+Blue) = 4+24+50=78 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.13% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 50 (19.92% from 255 or 64.10% from 78); Max value from RGB is 50 - color contains mainly: blue. Hex color #041832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041832 is #FBE7CD. Grayscale: #141414. Windows color (decimal): -16508878 or 3282948. OLE color: 3282948.

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

Color convert

RGB42450-
CMYK0.920.5200.80
HSL213.91º85.19%10.59%-
HSV(B)213.91º92%19.61%-
XYZ0.950.913.14-
YUV20.98144.37115.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.13%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 50 (19.92% from 255) = 64.10%
R=5.13%
G=30.77%
B=64.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal424500.920.5200.80213.9185.1910.59
Hex418325C34050d655b
Octal4306213464012032612513
Binary100110001100101011100110100010100001101011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041832; }

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

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

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

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

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

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

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

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