#030F24

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

Shades of Black Pearl #030F24

Tints of Black Pearl #030F24

Color information

#030F24 (or 0x030F24) is unknown color: approx Black Pearl. HEX triplet: 03, 0F and 24. RGB value is (3,15,36). Sum of RGB (Red+Green+Blue) = 3+15+36=54 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.56% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 36 (14.45% from 255 or 66.67% from 54); Max value from RGB is 36 - color contains mainly: blue. Hex color #030F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030F24 is #FCF0DB. Grayscale: #0D0D0D. Windows color (decimal): -16576732 or 2363139. OLE color: 2363139.

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

Color convert

RGB31536-
CMYK0.920.5800.86
HSL218.18º84.62%7.65%-
HSV(B)218.18º91.67%14.12%-
XYZ0.530.491.74-
YUV13.81140.52120.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.56%
GREEN value IS 15 (6.25% from 255) = 27.78%
BLUE value IS 36 (14.45% from 255) = 66.67%
R=5.56%
G=27.78%
B=66.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal315360.920.5800.86218.1884.627.65
Hex3F245C3A056da558
Octal3174413472012633212510
Binary1111111001001011100111010010101101101101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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