Html Css Color HEX #0F0C11 Blackcurrant

📋 copy color: '#0F0C11'

red 15 ◦ green 12 ◦ blue 17

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

Shades of Blackcurrant #0F0C11

Tints of Blackcurrant #0F0C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 27.27%

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

R = 34.09%
G = 27.27%
B = 38.64%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0C11 (or 0x0F0C11) is known color: Blackcurrant. HEX triplet: 0F, 0C and 11. RGB value is (15,12,17). Sum of RGB (Red+Green+Blue) = 15+12+17=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0C11 is #F0F3EE. Grayscale: #0D0D0D. Windows color (decimal): -15791087 or 1117199. OLE color: 1117199.

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

Color convert

RGB 15 12 17 -
CMYK 0.12 0.29 0 0.93
HSL 276º 0.17% 0.06% -
HSV(B) 276º 0.29% 0.07% -
XYZ 0.43 0.4 0.59 -
YUV 13.47 129.99 129.09 -
System Red Green Blue C M Y K H S L
Decimal 15 12 17 0.12 0.29 0 0.93 276 0.17 0.06
Hex F C 11 C 1D 0 5D 114 11 6
Octal 17 14 21 14 35 0 135 424 21 6
Binary 1111 1100 10001 1100 11101 0 1011101 100010100 10001 110

Color Harmonies of #0F0C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C11

Black with #0F0C11

Text Example


Text Example

White with #0F0C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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