#031930

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

Shades of Black Pearl #031930

Tints of Black Pearl #031930

Color information

#031930 (or 0x031930) is unknown color: approx Black Pearl. HEX triplet: 03, 19 and 30. RGB value is (3,25,48). Sum of RGB (Red+Green+Blue) = 3+25+48=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #031930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031930 is #FCE6CF. Grayscale: #141414. Windows color (decimal): -16574160 or 3152131. OLE color: 3152131.

HSL color Cylindrical-coordinate representation of color #031930: hue angle of 210.67º 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 #031930 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB32548-
CMYK0.940.4800.81
HSL210.67º88.24%10%-
HSV(B)210.67º93.75%18.82%-
XYZ0.920.932.93-
YUV21.04143.21115.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.95%
GREEN value IS 25 (10.16% from 255) = 32.89%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=3.95%
G=32.89%
B=63.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal325480.940.4800.81210.6788.2410
Hex319305E30051d358a
Octal3316013660012132313012
Binary11110011100001011110110000010100011101001110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031930; }

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

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

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

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

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

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

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

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