Html Css Color HEX #0F0213 Blackcurrant

📋 copy color: '#0F0213'

red 15 ◦ green 2 ◦ blue 19

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

Shades of Blackcurrant #0F0213

Tints of Blackcurrant #0F0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 52.78%

R = 41.67%
G = 5.56%
B = 52.78%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0213 (or 0x0F0213) is known color: Blackcurrant. HEX triplet: 0F, 02 and 13. RGB value is (15,2,19). Sum of RGB (Red+Green+Blue) = 15+2+19=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 19 (7.81% from 255 or 52.78% from 36); Max value from RGB is 19 - color contains mainly: blue. Hex color #0F0213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0213 is #F0FDEC. Grayscale: #070707. Windows color (decimal): -15793645 or 1245711. OLE color: 1245711.

HSL color Cylindrical-coordinate representation of color #0F0213: hue angle of 285.88º degrees, saturation: 0.81, 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 #0F0213 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 15 2 19 -
CMYK 0.21 0.89 0 0.93
HSL 285.88º 0.81% 0.04% -
HSV(B) 285.88º 0.89% 0.07% -
XYZ 0.34 0.19 0.64 -
YUV 7.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 15 2 19 0.21 0.89 0 0.93 285.88 0.81 0.04
Hex F 2 13 15 59 0 5D 11E 51 4
Octal 17 2 23 25 131 0 135 436 121 4
Binary 1111 10 10011 10101 1011001 0 1011101 100011110 1010001 100

Color Harmonies of #0F0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0213

Black with #0F0213

Text Example


Text Example

White with #0F0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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