Html Css Color HEX #0F071F Blackcurrant

📋 copy color: '#0F071F'

red 15 ◦ green 7 ◦ blue 31

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

Shades of Blackcurrant #0F071F

Tints of Blackcurrant #0F071F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.21%

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

R = 28.3%
G = 13.21%
B = 58.49%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F071F (or 0x0F071F) is known color: Blackcurrant. HEX triplet: 0F, 07 and 1F. RGB value is (15,7,31). Sum of RGB (Red+Green+Blue) = 15+7+31=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071F is #F0F8E0. Grayscale: #0C0C0C. Windows color (decimal): -15792353 or 2033423. OLE color: 2033423.

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

Color convert

RGB 15 7 31 -
CMYK 0.52 0.77 0 0.88
HSL 260º 0.63% 0.07% -
HSV(B) 260º 0.77% 0.12% -
XYZ 0.52 0.35 1.34 -
YUV 12.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 15 7 31 0.52 0.77 0 0.88 260 0.63 0.07
Hex F 7 1F 34 4D 0 58 104 3F 7
Octal 17 7 37 64 115 0 130 404 77 7
Binary 1111 111 11111 110100 1001101 0 1011000 100000100 111111 111

Color Harmonies of #0F071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F071F

Black with #0F071F

Text Example


Text Example

White with #0F071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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