#031B30

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

Shades of Black Pearl #031B30

Tints of Black Pearl #031B30

Color information

#031B30 (or 0x031B30) is unknown color: approx Black Pearl. HEX triplet: 03, 1B and 30. RGB value is (3,27,48). Sum of RGB (Red+Green+Blue) = 3+27+48=78 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.85% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #031B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031B30 is #FCE4CF. Grayscale: #161616. Windows color (decimal): -16573648 or 3152643. OLE color: 3152643.

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

Color convert

RGB32748-
CMYK0.940.4400.81
HSL208º88.24%10%-
HSV(B)208º93.75%18.82%-
XYZ0.961.022.94-
YUV22.22142.55114.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.85%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=3.85%
G=34.62%
B=61.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal327480.940.4400.8120888.2410
Hex31B305E2C051d058a
Octal3336013654012132013012
Binary11110111100001011110101100010100011101000010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031B30; }

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

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

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

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

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

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

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

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