#031530

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

Shades of Black Pearl #031530

Tints of Black Pearl #031530

Color information

#031530 (or 0x031530) is unknown color: approx Black Pearl. HEX triplet: 03, 15 and 30. RGB value is (3,21,48). Sum of RGB (Red+Green+Blue) = 3+21+48=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #031530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031530 is #FCEACF. Grayscale: #121212. Windows color (decimal): -16575184 or 3151107. OLE color: 3151107.

HSL color Cylindrical-coordinate representation of color #031530: hue angle of 216º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031530 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32148-
CMYK0.940.5600.81
HSL216º88.24%10%-
HSV(B)216º93.75%18.82%-
XYZ0.840.772.9-
YUV18.7144.54116.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.17%
GREEN value IS 21 (8.59% from 255) = 29.17%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=4.17%
G=29.17%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal321480.940.5600.8121688.2410
Hex315305E38051d858a
Octal3256013670012133013012
Binary11101011100001011110111000010100011101100010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031530; }

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

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

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

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

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

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

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

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