Html Css Color HEX #0F0518 Blackcurrant

📋 copy color: '#0F0518'

red 15 ◦ green 5 ◦ blue 24

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

Shades of Blackcurrant #0F0518

Tints of Blackcurrant #0F0518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 54.55%

R = 34.09%
G = 11.36%
B = 54.55%

CMYK

 C value IS 0.37

 M value IS 0.79

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0F0518 (or 0x0F0518) is known color: Blackcurrant. HEX triplet: 0F, 05 and 18. RGB value is (15,5,24). Sum of RGB (Red+Green+Blue) = 15+5+24=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #0F0518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0518 is #F0FAE7. Grayscale: #0A0A0A. Windows color (decimal): -15792872 or 1574159. OLE color: 1574159.

HSL color Cylindrical-coordinate representation of color #0F0518: hue angle of 271.58º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F0518 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 15 5 24 -
CMYK 0.37 0.79 0 0.91
HSL 271.58º 0.66% 0.06% -
HSV(B) 271.58º 0.79% 0.09% -
XYZ 0.42 0.28 0.9 -
YUV 10.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 15 5 24 0.37 0.79 0 0.91 271.58 0.66 0.06
Hex F 5 18 25 4F 0 5B 110 42 6
Octal 17 5 30 45 117 0 133 420 102 6
Binary 1111 101 11000 100101 1001111 0 1011011 100010000 1000010 110

Color Harmonies of #0F0518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0518

Black with #0F0518

Text Example


Text Example

White with #0F0518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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