#010F24

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

Shades of Black Pearl #010F24

Tints of Black Pearl #010F24

Color information

#010F24 (or 0x010F24) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 24. RGB value is (1,15,36). Sum of RGB (Red+Green+Blue) = 1+15+36=52 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.92% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 36 (14.45% from 255 or 69.23% from 52); Max value from RGB is 36 - color contains mainly: blue. Hex color #010F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F24 is #FEF0DB. Grayscale: #0D0D0D. Windows color (decimal): -16707804 or 2363137. OLE color: 2363137.

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

Color convert

RGB11536-
CMYK0.970.5800.86
HSL216º94.59%7.25%-
HSV(B)216º97.22%14.12%-
XYZ0.50.481.73-
YUV13.21140.86119.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.92%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 36 (14.45% from 255) = 69.23%
R=1.92%
G=28.85%
B=69.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal115360.970.5800.8621694.597.25
Hex1F24613A056d85f7
Octal117441417201263301377
Binary11111100100110000111101001010110110110001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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