Html Css Color HEX #0F0411 Blackcurrant

📋 copy color: '#0F0411'

red 15 ◦ green 4 ◦ blue 17

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

Shades of Blackcurrant #0F0411

Tints of Blackcurrant #0F0411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 11.11%

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

R = 41.67%
G = 11.11%
B = 47.22%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0411 (or 0x0F0411) is known color: Blackcurrant. HEX triplet: 0F, 04 and 11. RGB value is (15,4,17). Sum of RGB (Red+Green+Blue) = 15+4+17=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 17 (7.03% from 255 or 47.22% from 36); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0411 is #F0FBEE. Grayscale: #080808. Windows color (decimal): -15793135 or 1115151. OLE color: 1115151.

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

Color convert

RGB 15 4 17 -
CMYK 0.12 0.76 0 0.93
HSL 290.77º 0.62% 0.04% -
HSV(B) 290.77º 0.76% 0.07% -
XYZ 0.34 0.23 0.56 -
YUV 8.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 15 4 17 0.12 0.76 0 0.93 290.77 0.62 0.04
Hex F 4 11 C 4C 0 5D 123 3E 4
Octal 17 4 21 14 114 0 135 443 76 4
Binary 1111 100 10001 1100 1001100 0 1011101 100100011 111110 100

Color Harmonies of #0F0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0411

Black with #0F0411

Text Example


Text Example

White with #0F0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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