Html Css Color HEX #0F0312 Blackcurrant

📋 copy color: '#0F0312'

red 15 ◦ green 3 ◦ blue 18

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

Shades of Blackcurrant #0F0312

Tints of Blackcurrant #0F0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.33%

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

R = 41.67%
G = 8.33%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0F0312 (or 0x0F0312) is known color: Blackcurrant. HEX triplet: 0F, 03 and 12. RGB value is (15,3,18). Sum of RGB (Red+Green+Blue) = 15+3+18=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #0F0312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0312 is #F0FCED. Grayscale: #080808. Windows color (decimal): -15793390 or 1180431. OLE color: 1180431.

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

Color convert

RGB 15 3 18 -
CMYK 0.17 0.83 0 0.93
HSL 288º 0.71% 0.04% -
HSV(B) 288º 0.83% 0.07% -
XYZ 0.34 0.21 0.6 -
YUV 8.3 133.48 132.78 -
System Red Green Blue C M Y K H S L
Decimal 15 3 18 0.17 0.83 0 0.93 288 0.71 0.04
Hex F 3 12 11 53 0 5D 120 47 4
Octal 17 3 22 21 123 0 135 440 107 4
Binary 1111 11 10010 10001 1010011 0 1011101 100100000 1000111 100

Color Harmonies of #0F0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0312

Black with #0F0312

Text Example


Text Example

White with #0F0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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