#0F0428

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

Shades of Blackcurrant #0F0428

Tints of Blackcurrant #0F0428

Color information

#0F0428 (or 0x0F0428) is unknown color: approx Blackcurrant. HEX triplet: 0F, 04 and 28. RGB value is (15,4,40). Sum of RGB (Red+Green+Blue) = 15+4+40=59 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.42% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0428 is #F0FBD7. Grayscale: #0B0B0B. Windows color (decimal): -15793112 or 2622479. OLE color: 2622479.

HSL color Cylindrical-coordinate representation of color #0F0428: hue angle of 258.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0428 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15440-
CMYK0.620.9000.84
HSL258.33º81.82%8.63%-
HSV(B)258.33º90%15.69%-
XYZ0.620.342.04-
YUV11.39144.14130.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.42%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 40 (16.02% from 255) = 67.80%
R=25.42%
G=6.78%
B=67.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal154400.620.9000.84258.3381.828.63
HexF4283E5A054102529
Octal1745076132012440212211
Binary111110010100011111010110100101010010000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,4,40); }

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

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

 a { background-color: rgb(15,4,40); }

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

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

 span { border-color: rgb(15,4,40); }

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