#010F25

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

Shades of Black Pearl #010F25

Tints of Black Pearl #010F25

Color information

#010F25 (or 0x010F25) is unknown color: approx Black Pearl. HEX triplet: 01, 0F and 25. RGB value is (1,15,37). Sum of RGB (Red+Green+Blue) = 1+15+37=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #010F25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010F25 is #FEF0DA. Grayscale: #0D0D0D. Windows color (decimal): -16707803 or 2428673. OLE color: 2428673.

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

Color convert

RGB11537-
CMYK0.970.5900.85
HSL216.67º94.74%7.45%-
HSV(B)216.67º97.3%14.51%-
XYZ0.520.481.82-
YUV13.32141.36119.21-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.89%
GREEN value IS 15 (6.25% from 255) = 28.30%
BLUE value IS 37 (14.84% from 255) = 69.81%
R=1.89%
G=28.30%
B=69.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal115370.970.5900.85216.6794.747.45
Hex1F25613B055d95f7
Octal117451417301253311377
Binary11111100101110000111101101010101110110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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