#0F0224

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

Shades of Blackcurrant #0F0224

Tints of Blackcurrant #0F0224

Color information

#0F0224 (or 0x0F0224) is unknown color: approx Blackcurrant. HEX triplet: 0F, 02 and 24. RGB value is (15,2,36). Sum of RGB (Red+Green+Blue) = 15+2+36=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0224 is #F0FDDB. Grayscale: #090909. Windows color (decimal): -15793628 or 2359823. OLE color: 2359823.

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

Color convert

RGB15236-
CMYK0.580.9400.86
HSL262.94º89.47%7.45%-
HSV(B)262.94º94.44%14.12%-
XYZ0.540.271.69-
YUV9.76142.81131.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 28.30%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 36 (14.45% from 255) = 67.92%
R=28.30%
G=3.77%
B=67.92%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal152360.580.9400.86262.9489.477.45
HexF2243A5E056107597
Octal172447213601264071317
Binary1111101001001110101011110010101101000001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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