Html Css Color HEX #0F0119 Blackcurrant

📋 copy color: '#0F0119'

red 15 ◦ green 1 ◦ blue 25

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

Shades of Blackcurrant #0F0119

Tints of Blackcurrant #0F0119

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.44%

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

R = 36.59%
G = 2.44%
B = 60.98%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F0119 (or 0x0F0119) is known color: Blackcurrant. HEX triplet: 0F, 01 and 19. RGB value is (15,1,25). Sum of RGB (Red+Green+Blue) = 15+1+25=41 (5% of max value = 765). Red value is 15 (6.25% from 255 or 36.59% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0119 is #F0FEE6. Grayscale: #070707. Windows color (decimal): -15793895 or 1638671. OLE color: 1638671.

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

Color convert

RGB 15 1 25 -
CMYK 0.40 0.96 0 0.90
HSL 275º 0.92% 0.05% -
HSV(B) 275º 0.96% 0.1% -
XYZ 0.38 0.19 0.94 -
YUV 7.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 15 1 25 0.40 0.96 0 0.90 275 0.92 0.05
Hex F 1 19 28 60 0 5A 113 5C 5
Octal 17 1 31 50 140 0 132 423 134 5
Binary 1111 1 11001 101000 1100000 0 1011010 100010011 1011100 101

Color Harmonies of #0F0119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0119

Black with #0F0119

Text Example


Text Example

White with #0F0119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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