Html Css Color HEX #0F011F Blackcurrant

📋 copy color: '#0F011F'

red 15 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #0F011F

Tints of Blackcurrant #0F011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.13%

 BLUE value IS 31 (12.5% from 255) = 65.96%

R = 31.91%
G = 2.13%
B = 65.96%

CMYK

 C value IS 0.52

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F011F (or 0x0F011F) is known color: Blackcurrant. HEX triplet: 0F, 01 and 1F. RGB value is (15,1,31). Sum of RGB (Red+Green+Blue) = 15+1+31=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F011F is #F0FEE0. Grayscale: #080808. Windows color (decimal): -15793889 or 2031887. OLE color: 2031887.

HSL color Cylindrical-coordinate representation of color #0F011F: hue angle of 268º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F011F is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 1 31 -
CMYK 0.52 0.97 0 0.88
HSL 268º 0.94% 0.06% -
HSV(B) 268º 0.97% 0.12% -
XYZ 0.46 0.22 1.32 -
YUV 8.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 15 1 31 0.52 0.97 0 0.88 268 0.94 0.06
Hex F 1 1F 34 61 0 58 10C 5E 6
Octal 17 1 37 64 141 0 130 414 136 6
Binary 1111 1 11111 110100 1100001 0 1011000 100001100 1011110 110

Color Harmonies of #0F011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F011F

Black with #0F011F

Text Example


Text Example

White with #0F011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,1,31); }

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

background-color css

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

 a { background-color: rgb(15,1,31); }

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

border-color css

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

 span { border-color: rgb(15,1,31); }

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