#0F0125

Color #0F0125 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #0F0125

Tints of Blackcurrant #0F0125

Color information

#0F0125 (or 0x0F0125) is unknown color: approx Blackcurrant. HEX triplet: 0F, 01 and 25. RGB value is (15,1,37). Sum of RGB (Red+Green+Blue) = 15+1+37=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 1 (0.78% from 255 or 1.89% 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 #0F0125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0125 is #F0FEDA. Grayscale: #090909. Windows color (decimal): -15793883 or 2425103. OLE color: 2425103.

HSL color Cylindrical-coordinate representation of color #0F0125: hue angle of 263.33º 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 #0F0125 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB15137-
CMYK0.590.9700.85
HSL263.33º94.74%7.45%-
HSV(B)263.33º97.3%14.51%-
XYZ0.540.261.77-
YUV9.29143.64132.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal151370.590.9700.85263.3394.747.45
HexF1253B610551075f7
Octal171457314101254071377
Binary111111001011110111100001010101011000001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F0125; }

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

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

<style>
 a { background-color: #0F0125; }

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

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

<style>
 span { border-color: #0F0125; }

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

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