Html Css Color HEX #0F0D12 Blackcurrant

📋 copy color: '#0F0D12'

red 15 ◦ green 13 ◦ blue 18

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

Shades of Blackcurrant #0F0D12

Tints of Blackcurrant #0F0D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.26%

 BLUE value IS 18 (7.42% from 255) = 39.13%

R = 32.61%
G = 28.26%
B = 39.13%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0D12 (or 0x0F0D12) is known color: Blackcurrant. HEX triplet: 0F, 0D and 12. RGB value is (15,13,18). Sum of RGB (Red+Green+Blue) = 15+13+18=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D12 is #F0F2ED. Grayscale: #0E0E0E. Windows color (decimal): -15790830 or 1182991. OLE color: 1182991.

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

Color convert

RGB 15 13 18 -
CMYK 0.17 0.28 0 0.93
HSL 264º 0.16% 0.06% -
HSV(B) 264º 0.28% 0.07% -
XYZ 0.45 0.43 0.63 -
YUV 14.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 15 13 18 0.17 0.28 0 0.93 264 0.16 0.06
Hex F D 12 11 1C 0 5D 108 10 6
Octal 17 15 22 21 34 0 135 410 20 6
Binary 1111 1101 10010 10001 11100 0 1011101 100001000 10000 110

Color Harmonies of #0F0D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D12

Black with #0F0D12

Text Example


Text Example

White with #0F0D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,13,18); }

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

background-color css

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

 a { background-color: rgb(15,13,18); }

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

border-color css

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

 span { border-color: rgb(15,13,18); }

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