#0F002E

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

Shades of Blackcurrant #0F002E

Tints of Blackcurrant #0F002E

Color information

#0F002E (or 0x0F002E) is unknown color: approx Blackcurrant. HEX triplet: 0F, 00 and 2E. RGB value is (15,0,46). Sum of RGB (Red+Green+Blue) = 15+0+46=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #0F002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F002E is #F0FFD1. Grayscale: #090909. Windows color (decimal): -15794130 or 3014671. OLE color: 3014671.

HSL color Cylindrical-coordinate representation of color #0F002E: hue angle of 259.57º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F002E is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB15046-
CMYK0.67100.82
HSL259.57º100%9.02%-
HSV(B)259.57º100%18.04%-
XYZ0.690.32.61-
YUV9.73148.47131.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 24.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 75.41%
R=24.59%
G=0%
B=75.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal150460.67100.82259.571009.02
HexF02E4364052104649
Octal17056103144012240414411
Binary11110101110100001111001000101001010000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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