#0F032A

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

Shades of Blackcurrant #0F032A

Tints of Blackcurrant #0F032A

Color information

#0F032A (or 0x0F032A) is unknown color: approx Blackcurrant. HEX triplet: 0F, 03 and 2A. RGB value is (15,3,42). Sum of RGB (Red+Green+Blue) = 15+3+42=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F032A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F032A is #F0FCD5. Grayscale: #0A0A0A. Windows color (decimal): -15793366 or 2753295. OLE color: 2753295.

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

Color convert

RGB15342-
CMYK0.640.9300.84
HSL258.46º86.67%8.82%-
HSV(B)258.46º92.86%16.47%-
XYZ0.650.332.22-
YUV11.03145.48130.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 5%
BLUE value IS 42 (16.80% from 255) = 70%
R=25%
G=5%
B=70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal153420.640.9300.84258.4686.678.82
HexF32A405D054102579
Octal17352100135012440212711
Binary111111101010100000010111010101010010000001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F032A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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