#030B17

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

Shades of Black Pearl #030B17

Tints of Black Pearl #030B17

Color information

#030B17 (or 0x030B17) is unknown color: approx Black Pearl. HEX triplet: 03, 0B and 17. RGB value is (3,11,23). Sum of RGB (Red+Green+Blue) = 3+11+23=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 11 (4.69% from 255 or 29.73% from 37); Blue value is 23 (9.38% from 255 or 62.16% from 37); Max value from RGB is 23 - color contains mainly: blue. Hex color #030B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B17 is #FCF4E8. Grayscale: #090909. Windows color (decimal): -16577769 or 1510147. OLE color: 1510147.

HSL color Cylindrical-coordinate representation of color #030B17: hue angle of 216º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #030B17 is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31123-
CMYK0.870.5200.91
HSL216º76.92%5.1%-
HSV(B)216º86.96%9.02%-
XYZ0.310.320.86-
YUV9.98135.35123.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 11 (4.69% from 255) = 29.73%
BLUE value IS 23 (9.38% from 255) = 62.16%
R=8.11%
G=29.73%
B=62.16%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal311230.870.5200.9121676.925.1
Hex3B17573405Bd84d5
Octal313271276401333301155
Binary11101110111101011111010001011011110110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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