Html Css Color HEX #0F0316 Blackcurrant

📋 copy color: '#0F0316'

red 15 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #0F0316

Tints of Blackcurrant #0F0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

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

R = 37.5%
G = 7.5%
B = 55%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0316 (or 0x0F0316) is known color: Blackcurrant. HEX triplet: 0F, 03 and 16. RGB value is (15,3,22). Sum of RGB (Red+Green+Blue) = 15+3+22=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 22 (8.98% from 255 or 55% from 40); Max value from RGB is 22 - color contains mainly: blue. Hex color #0F0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0316 is #F0FCE9. Grayscale: #080808. Windows color (decimal): -15793386 or 1442575. OLE color: 1442575.

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

Color convert

RGB 15 3 22 -
CMYK 0.32 0.86 0 0.91
HSL 277.89º 0.76% 0.05% -
HSV(B) 277.89º 0.86% 0.09% -
XYZ 0.37 0.22 0.78 -
YUV 8.75 135.48 132.46 -
System Red Green Blue C M Y K H S L
Decimal 15 3 22 0.32 0.86 0 0.91 277.89 0.76 0.05
Hex F 3 16 20 56 0 5B 116 4C 5
Octal 17 3 26 40 126 0 133 426 114 5
Binary 1111 11 10110 100000 1010110 0 1011011 100010110 1001100 101

Color Harmonies of #0F0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0316

Black with #0F0316

Text Example


Text Example

White with #0F0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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