Html Css Color HEX #0F0214 Blackcurrant

📋 copy color: '#0F0214'

red 15 ◦ green 2 ◦ blue 20

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

Shades of Blackcurrant #0F0214

Tints of Blackcurrant #0F0214

RGB

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

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

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

R = 40.54%
G = 5.41%
B = 54.05%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0F0214 (or 0x0F0214) is known color: Blackcurrant. HEX triplet: 0F, 02 and 14. RGB value is (15,2,20). Sum of RGB (Red+Green+Blue) = 15+2+20=37 (4% of max value = 765). Red value is 15 (6.25% from 255 or 40.54% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0214 is #F0FDEB. Grayscale: #070707. Windows color (decimal): -15793644 or 1311247. OLE color: 1311247.

HSL color Cylindrical-coordinate representation of color #0F0214: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0214 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 15 2 20 -
CMYK 0.25 0.90 0 0.92
HSL 283.33º 0.82% 0.04% -
HSV(B) 283.33º 0.9% 0.08% -
XYZ 0.34 0.2 0.68 -
YUV 7.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 15 2 20 0.25 0.90 0 0.92 283.33 0.82 0.04
Hex F 2 14 19 5A 0 5C 11B 52 4
Octal 17 2 24 31 132 0 134 433 122 4
Binary 1111 10 10100 11001 1011010 0 1011100 100011011 1010010 100

Color Harmonies of #0F0214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0214

Black with #0F0214

Text Example


Text Example

White with #0F0214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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