Html Css Color HEX #0F0619 Blackcurrant

📋 copy color: '#0F0619'

red 15 ◦ green 6 ◦ blue 25

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

Shades of Blackcurrant #0F0619

Tints of Blackcurrant #0F0619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 54.35%

R = 32.61%
G = 13.04%
B = 54.35%

CMYK

 C value IS 0.40

 M value IS 0.76

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F0619 (or 0x0F0619) is known color: Blackcurrant. HEX triplet: 0F, 06 and 19. RGB value is (15,6,25). Sum of RGB (Red+Green+Blue) = 15+6+25=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0619 is #F0F9E6. Grayscale: #0A0A0A. Windows color (decimal): -15792615 or 1639951. OLE color: 1639951.

HSL color Cylindrical-coordinate representation of color #0F0619: hue angle of 268.42º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F0619 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 6 25 -
CMYK 0.40 0.76 0 0.90
HSL 268.42º 0.61% 0.06% -
HSV(B) 268.42º 0.76% 0.1% -
XYZ 0.44 0.3 0.95 -
YUV 10.86 135.98 130.96 -
System Red Green Blue C M Y K H S L
Decimal 15 6 25 0.40 0.76 0 0.90 268.42 0.61 0.06
Hex F 6 19 28 4C 0 5A 10C 3D 6
Octal 17 6 31 50 114 0 132 414 75 6
Binary 1111 110 11001 101000 1001100 0 1011010 100001100 111101 110

Color Harmonies of #0F0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0619

Black with #0F0619

Text Example


Text Example

White with #0F0619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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