Html Css Color HEX #0F0516 Blackcurrant

📋 copy color: '#0F0516'

red 15 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #0F0516

Tints of Blackcurrant #0F0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.9%

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

R = 35.71%
G = 11.9%
B = 52.38%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0516 (or 0x0F0516) is known color: Blackcurrant. HEX triplet: 0F, 05 and 16. RGB value is (15,5,22). Sum of RGB (Red+Green+Blue) = 15+5+22=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 22 (8.98% from 255 or 52.38% from 42); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0516 is #F0FAE9. Grayscale: #090909. Windows color (decimal): -15792874 or 1443087. OLE color: 1443087.

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

Color convert

RGB 15 5 22 -
CMYK 0.32 0.77 0 0.91
HSL 275.29º 0.63% 0.05% -
HSV(B) 275.29º 0.77% 0.09% -
XYZ 0.4 0.27 0.79 -
YUV 9.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 15 5 22 0.32 0.77 0 0.91 275.29 0.63 0.05
Hex F 5 16 20 4D 0 5B 113 3F 5
Octal 17 5 26 40 115 0 133 423 77 5
Binary 1111 101 10110 100000 1001101 0 1011011 100010011 111111 101

Color Harmonies of #0F0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0516

Black with #0F0516

Text Example


Text Example

White with #0F0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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