Html Css Color HEX #0F0911 Blackcurrant

📋 copy color: '#0F0911'

red 15 ◦ green 9 ◦ blue 17

#0F0911
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #0F0911

Tints of Blackcurrant #0F0911

RGB

 RED value IS 15 (6.25% from 255) = 36.59%

 GREEN value IS 9 (3.91% from 255) = 21.95%

 BLUE value IS 17 (7.03% from 255) = 41.46%

R = 36.59%
G = 21.95%
B = 41.46%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0911 (or 0x0F0911) is known color: Blackcurrant. HEX triplet: 0F, 09 and 11. RGB value is (15,9,17). Sum of RGB (Red+Green+Blue) = 15+9+17=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0911 is #F0F6EE. Grayscale: #0B0B0B. Windows color (decimal): -15791855 or 1116431. OLE color: 1116431.

HSL color Cylindrical-coordinate representation of color #0F0911: hue angle of 285º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0F0911 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 9 17 -
CMYK 0.12 0.47 0 0.93
HSL 285º 0.31% 0.05% -
HSV(B) 285º 0.47% 0.07% -
XYZ 0.4 0.34 0.57 -
YUV 11.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 15 9 17 0.12 0.47 0 0.93 285 0.31 0.05
Hex F 9 11 C 2F 0 5D 11D 1F 5
Octal 17 11 21 14 57 0 135 435 37 5
Binary 1111 1001 10001 1100 101111 0 1011101 100011101 11111 101

Color Harmonies of #0F0911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0911

Black with #0F0911

Text Example


Text Example

White with #0F0911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,17); }

 H1.HeaderClassName
 {
   color: #0F0911;
 }
 .AnyTagClassName
 {
   color: #0F0911;
 }
</style>

background-color css

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

 a { background-color: rgb(15,9,17); }

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

border-color css

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

 span { border-color: rgb(15,9,17); }

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