#030B19

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

Shades of Black Pearl #030B19

Tints of Black Pearl #030B19

Color information

#030B19 (or 0x030B19) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 19. RGB value is (3,11,25). Sum of RGB (Red+Green+Blue) = 3+11+25=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #030B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B19 is #FCF4E6. Grayscale: #0A0A0A. Windows color (decimal): -16577767 or 1641219. OLE color: 1641219.

HSL color Cylindrical-coordinate representation of color #030B19: hue angle of 218.18º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030B19 is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB31125-
CMYK0.880.5600.90
HSL218.18º78.57%5.49%-
HSV(B)218.18º88%9.8%-
XYZ0.330.330.97-
YUV10.2136.35122.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.69%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 25 (10.16% from 255) = 64.10%
R=7.69%
G=28.21%
B=64.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal311250.880.5600.90218.1878.575.49
Hex3B19583805Ada4f5
Octal313311307001323321175
Binary11101111001101100011100001011010110110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B19; }

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

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

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

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

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

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

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

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