Html Css Color HEX #0F0616 Blackcurrant

📋 copy color: '#0F0616'

red 15 ◦ green 6 ◦ blue 22

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

Shades of Blackcurrant #0F0616

Tints of Blackcurrant #0F0616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.95%

 BLUE value IS 22 (8.98% from 255) = 51.16%

R = 34.88%
G = 13.95%
B = 51.16%

CMYK

 C value IS 0.32

 M value IS 0.73

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0616 (or 0x0F0616) is known color: Blackcurrant. HEX triplet: 0F, 06 and 16. RGB value is (15,6,22). Sum of RGB (Red+Green+Blue) = 15+6+22=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 22 (8.98% from 255 or 51.16% from 43); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0616 is #F0F9E9. Grayscale: #0A0A0A. Windows color (decimal): -15792618 or 1443343. OLE color: 1443343.

HSL color Cylindrical-coordinate representation of color #0F0616: hue angle of 273.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F0616 is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 6 22 -
CMYK 0.32 0.73 0 0.91
HSL 273.75º 0.57% 0.05% -
HSV(B) 273.75º 0.73% 0.09% -
XYZ 0.41 0.29 0.79 -
YUV 10.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 15 6 22 0.32 0.73 0 0.91 273.75 0.57 0.05
Hex F 6 16 20 49 0 5B 112 39 5
Octal 17 6 26 40 111 0 133 422 71 5
Binary 1111 110 10110 100000 1001001 0 1011011 100010010 111001 101

Color Harmonies of #0F0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0616

Black with #0F0616

Text Example


Text Example

White with #0F0616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,6,22); }

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

background-color css

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

 a { background-color: rgb(15,6,22); }

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

border-color css

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

 span { border-color: rgb(15,6,22); }

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