Html Css Color HEX #0F0212 Blackcurrant

📋 copy color: '#0F0212'

red 15 ◦ green 2 ◦ blue 18

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

Shades of Blackcurrant #0F0212

Tints of Blackcurrant #0F0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.71%

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

R = 42.86%
G = 5.71%
B = 51.43%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0212 (or 0x0F0212) is known color: Blackcurrant. HEX triplet: 0F, 02 and 12. RGB value is (15,2,18). Sum of RGB (Red+Green+Blue) = 15+2+18=35 (4% of max value = 765). Red value is 15 (6.25% from 255 or 42.86% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0212 is #F0FDED. Grayscale: #070707. Windows color (decimal): -15793646 or 1180175. OLE color: 1180175.

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

Color convert

RGB 15 2 18 -
CMYK 0.17 0.89 0 0.93
HSL 288.75º 0.8% 0.04% -
HSV(B) 288.75º 0.89% 0.07% -
XYZ 0.33 0.19 0.59 -
YUV 7.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 15 2 18 0.17 0.89 0 0.93 288.75 0.8 0.04
Hex F 2 12 11 59 0 5D 121 50 4
Octal 17 2 22 21 131 0 135 441 120 4
Binary 1111 10 10010 10001 1011001 0 1011101 100100001 1010000 100

Color Harmonies of #0F0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0212

Black with #0F0212

Text Example


Text Example

White with #0F0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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