#030F17

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

Shades of Black Pearl #030F17

Tints of Black Pearl #030F17

Color information

#030F17 (or 0x030F17) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 17. RGB value is (3,15,23). Sum of RGB (Red+Green+Blue) = 3+15+23=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #030F17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F17 is #FCF0E8. Grayscale: #0C0C0C. Windows color (decimal): -16576745 or 1511171. OLE color: 1511171.

HSL color Cylindrical-coordinate representation of color #030F17: hue angle of 204º 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 #030F17 is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31523-
CMYK0.870.3500.91
HSL204º76.92%5.1%-
HSV(B)204º86.96%9.02%-
XYZ0.360.420.87-
YUV12.32134.02121.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 23 (9.38% from 255) = 56.10%
R=7.32%
G=36.59%
B=56.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal315230.870.3500.9120476.925.1
Hex3F17572305Bcc4d5
Octal317271274301333141155
Binary11111110111101011110001101011011110011001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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