Html Css Color HEX #0F0914 Blackcurrant

📋 copy color: '#0F0914'

red 15 ◦ green 9 ◦ blue 20

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

Shades of Blackcurrant #0F0914

Tints of Blackcurrant #0F0914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.45%

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

R = 34.09%
G = 20.45%
B = 45.45%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0914 (or 0x0F0914) is known color: Blackcurrant. HEX triplet: 0F, 09 and 14. RGB value is (15,9,20). Sum of RGB (Red+Green+Blue) = 15+9+20=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0914 is #F0F6EB. Grayscale: #0C0C0C. Windows color (decimal): -15791852 or 1313039. OLE color: 1313039.

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

Color convert

RGB 15 9 20 -
CMYK 0.25 0.55 0 0.92
HSL 272.73º 0.38% 0.06% -
HSV(B) 272.73º 0.55% 0.08% -
XYZ 0.42 0.35 0.71 -
YUV 12.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 15 9 20 0.25 0.55 0 0.92 272.73 0.38 0.06
Hex F 9 14 19 37 0 5C 111 26 6
Octal 17 11 24 31 67 0 134 421 46 6
Binary 1111 1001 10100 11001 110111 0 1011100 100010001 100110 110

Color Harmonies of #0F0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0914

Black with #0F0914

Text Example


Text Example

White with #0F0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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