#031529

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

Shades of Black Pearl #031529

Tints of Black Pearl #031529

Color information

#031529 (or 0x031529) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 29. RGB value is (3,21,41). Sum of RGB (Red+Green+Blue) = 3+21+41=65 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.62% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 41 (16.41% from 255 or 63.08% from 65); Max value from RGB is 41 - color contains mainly: blue. Hex color #031529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031529 is #FCEAD6. Grayscale: #111111. Windows color (decimal): -16575191 or 2692355. OLE color: 2692355.

HSL color Cylindrical-coordinate representation of color #031529: hue angle of 211.58º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #031529 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB32141-
CMYK0.930.4900.84
HSL211.58º86.36%8.63%-
HSV(B)211.58º92.68%16.08%-
XYZ0.710.722.2-
YUV17.9141.04117.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.62%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 41 (16.41% from 255) = 63.08%
R=4.62%
G=32.31%
B=63.08%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal321410.930.4900.84211.5886.368.63
Hex315295D31054d4569
Octal3255113561012432412611
Binary11101011010011011101110001010101001101010010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031529; }

 p { color: rgb(3,21,41); }

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

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

 a { background-color: rgb(3,21,41); }

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

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

 span { border-color: rgb(3,21,41); }

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