#0F002A

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

Shades of Blackcurrant #0F002A

Tints of Blackcurrant #0F002A

Color information

#0F002A (or 0x0F002A) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 2A. RGB value is (15,0,42). Sum of RGB (Red+Green+Blue) = 15+0+42=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 42 (16.80% from 255 or 73.68% from 57); Max value from RGB is 42 - color contains mainly: blue. Hex color #0F002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F002A is #F0FFD5. Grayscale: #090909. Windows color (decimal): -15794134 or 2752527. OLE color: 2752527.

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

Color convert

RGB15042-
CMYK0.64100.84
HSL261.43º100%8.24%-
HSV(B)261.43º100%16.47%-
XYZ0.610.272.21-
YUV9.27146.47132.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 26.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 73.68%
R=26.32%
G=0%
B=73.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal150420.64100.84261.431008.24
HexF02A4064054105648
Octal17052100144012440514410
Binary11110101010100000011001000101010010000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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