#0F0328

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

Shades of Blackcurrant #0F0328

Tints of Blackcurrant #0F0328

Color information

#0F0328 (or 0x0F0328) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 28. RGB value is (15,3,40). Sum of RGB (Red+Green+Blue) = 15+3+40=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0328 is #F0FCD7. Grayscale: #0A0A0A. Windows color (decimal): -15793368 or 2622223. OLE color: 2622223.

HSL color Cylindrical-coordinate representation of color #0F0328: hue angle of 259.46º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0328 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB15340-
CMYK0.620.9300.84
HSL259.46º86.05%8.43%-
HSV(B)259.46º92.5%15.69%-
XYZ0.610.322.04-
YUV10.81144.48130.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25.86%
GREEN value IS 3 (1.56% from 255) = 5.17%
BLUE value IS 40 (16.02% from 255) = 68.97%
R=25.86%
G=5.17%
B=68.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal153400.620.9300.84259.4686.058.43
HexF3283E5D054103568
Octal1735076135012440312610
Binary11111110100011111010111010101010010000001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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