#030F1F

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

Shades of Black Pearl #030F1F

Tints of Black Pearl #030F1F

Color information

#030F1F (or 0x030F1F) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 1F. RGB value is (3,15,31). Sum of RGB (Red+Green+Blue) = 3+15+31=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 31 (12.5% from 255 or 63.27% from 49); Max value from RGB is 31 - color contains mainly: blue. Hex color #030F1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F1F is #FCF0E0. Grayscale: #0D0D0D. Windows color (decimal): -16576737 or 2035459. OLE color: 2035459.

HSL color Cylindrical-coordinate representation of color #030F1F: hue angle of 214.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030F1F is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB31531-
CMYK0.900.5200.88
HSL214.29º82.35%6.67%-
HSV(B)214.29º90.32%12.16%-
XYZ0.460.461.36-
YUV13.24138.02120.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 31 (12.5% from 255) = 63.27%
R=6.12%
G=30.61%
B=63.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal315310.900.5200.88214.2982.356.67
Hex3F1F5A34058d6527
Octal317371326401303261227
Binary11111111111101101011010001011000110101101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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