Html Css Color HEX #0F0614 Blackcurrant

📋 copy color: '#0F0614'

red 15 ◦ green 6 ◦ blue 20

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

Shades of Blackcurrant #0F0614

Tints of Blackcurrant #0F0614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 48.78%

R = 36.59%
G = 14.63%
B = 48.78%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0614 (or 0x0F0614) is known color: Blackcurrant. HEX triplet: 0F, 06 and 14. RGB value is (15,6,20). Sum of RGB (Red+Green+Blue) = 15+6+20=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0614 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0614 is #F0F9EB. Grayscale: #0A0A0A. Windows color (decimal): -15792620 or 1312271. OLE color: 1312271.

HSL color Cylindrical-coordinate representation of color #0F0614: hue angle of 278.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F0614 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 6 20 -
CMYK 0.25 0.70 0 0.92
HSL 278.57º 0.54% 0.05% -
HSV(B) 278.57º 0.7% 0.08% -
XYZ 0.39 0.28 0.7 -
YUV 10.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 15 6 20 0.25 0.70 0 0.92 278.57 0.54 0.05
Hex F 6 14 19 46 0 5C 117 36 5
Octal 17 6 24 31 106 0 134 427 66 5
Binary 1111 110 10100 11001 1000110 0 1011100 100010111 110110 101

Color Harmonies of #0F0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0614

Black with #0F0614

Text Example


Text Example

White with #0F0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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