Html Css Color HEX #0F0A11 Blackcurrant

📋 copy color: '#0F0A11'

red 15 ◦ green 10 ◦ blue 17

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

Shades of Blackcurrant #0F0A11

Tints of Blackcurrant #0F0A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.81%

 BLUE value IS 17 (7.03% from 255) = 40.48%

R = 35.71%
G = 23.81%
B = 40.48%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0A11 (or 0x0F0A11) is known color: Blackcurrant. HEX triplet: 0F, 0A and 11. RGB value is (15,10,17). Sum of RGB (Red+Green+Blue) = 15+10+17=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0A11 is #F0F5EE. Grayscale: #0C0C0C. Windows color (decimal): -15791599 or 1116687. OLE color: 1116687.

HSL color Cylindrical-coordinate representation of color #0F0A11: hue angle of 282.86º degrees, saturation: 0.26, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #0F0A11 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 10 17 -
CMYK 0.12 0.41 0 0.93
HSL 282.86º 0.26% 0.05% -
HSV(B) 282.86º 0.41% 0.07% -
XYZ 0.41 0.36 0.58 -
YUV 12.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 15 10 17 0.12 0.41 0 0.93 282.86 0.26 0.05
Hex F A 11 C 29 0 5D 11B 1A 5
Octal 17 12 21 14 51 0 135 433 32 5
Binary 1111 1010 10001 1100 101001 0 1011101 100011011 11010 101

Color Harmonies of #0F0A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0A11

Black with #0F0A11

Text Example


Text Example

White with #0F0A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,10,17); }

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

background-color css

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

 a { background-color: rgb(15,10,17); }

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

border-color css

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

 span { border-color: rgb(15,10,17); }

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