#0F0B14

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

Shades of Blackcurrant #0F0B14

Tints of Blackcurrant #0F0B14

Color information

#0F0B14 (or 0x0F0B14) is unknown color: approx Blackcurrant. HEX triplet: 0F, 0B and 14. RGB value is (15,11,20). Sum of RGB (Red+Green+Blue) = 15+11+20=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B14 is #F0F4EB. Grayscale: #0D0D0D. Windows color (decimal): -15791340 or 1313551. OLE color: 1313551.

HSL color Cylindrical-coordinate representation of color #0F0B14: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0F0B14 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB151120-
CMYK0.250.4500.92
HSL266.67º29.03%6.08%-
HSV(B)266.67º45%7.84%-
XYZ0.440.390.71-
YUV13.22131.83129.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 32.61%
GREEN value IS 11 (4.69% from 255) = 23.91%
BLUE value IS 20 (8.20% from 255) = 43.48%
R=32.61%
G=23.91%
B=43.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1511200.250.4500.92266.6729.036.08
HexFB14192D05C10b1d6
Octal17132431550134413356
Binary1111101110100110011011010101110010000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,11,20); }

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

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

 a { background-color: rgb(15,11,20); }

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

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

 span { border-color: rgb(15,11,20); }

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