Html Css Color HEX #0F0815 Blackcurrant

📋 copy color: '#0F0815'

red 15 ◦ green 8 ◦ blue 21

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

Shades of Blackcurrant #0F0815

Tints of Blackcurrant #0F0815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.18%

 BLUE value IS 21 (8.59% from 255) = 47.73%

R = 34.09%
G = 18.18%
B = 47.73%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0815 (or 0x0F0815) is known color: Blackcurrant. HEX triplet: 0F, 08 and 15. RGB value is (15,8,21). Sum of RGB (Red+Green+Blue) = 15+8+21=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #0F0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0815 is #F0F7EA. Grayscale: #0B0B0B. Windows color (decimal): -15792107 or 1378319. OLE color: 1378319.

HSL color Cylindrical-coordinate representation of color #0F0815: hue angle of 272.31º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F0815 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 8 21 -
CMYK 0.29 0.62 0 0.92
HSL 272.31º 0.45% 0.06% -
HSV(B) 272.31º 0.62% 0.08% -
XYZ 0.42 0.33 0.75 -
YUV 11.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 15 8 21 0.29 0.62 0 0.92 272.31 0.45 0.06
Hex F 8 15 1D 3E 0 5C 110 2D 6
Octal 17 10 25 35 76 0 134 420 55 6
Binary 1111 1000 10101 11101 111110 0 1011100 100010000 101101 110

Color Harmonies of #0F0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0815

Black with #0F0815

Text Example


Text Example

White with #0F0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,21); }

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

background-color css

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

 a { background-color: rgb(15,8,21); }

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

border-color css

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

 span { border-color: rgb(15,8,21); }

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