#030B15

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

Shades of Black Pearl #030B15

Tints of Black Pearl #030B15

Color information

#030B15 (or 0x030B15) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 15. RGB value is (3,11,21). Sum of RGB (Red+Green+Blue) = 3+11+21=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #030B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B15 is #FCF4EA. Grayscale: #090909. Windows color (decimal): -16577771 or 1379075. OLE color: 1379075.

HSL color Cylindrical-coordinate representation of color #030B15: hue angle of 213.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030B15 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31121-
CMYK0.860.4800.92
HSL213.33º75%4.71%-
HSV(B)213.33º85.71%8.24%-
XYZ0.290.310.75-
YUV9.75134.35123.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.57%
GREEN value IS 11 (4.69% from 255) = 31.43%
BLUE value IS 21 (8.59% from 255) = 60%
R=8.57%
G=31.43%
B=60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal311210.860.4800.92213.33754.71
Hex3B15563005Cd54b5
Octal313251266001343251135
Binary11101110101101011011000001011100110101011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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