Html Css Color HEX #0F071E Blackcurrant

📋 copy color: '#0F071E'

red 15 ◦ green 7 ◦ blue 30

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

Shades of Blackcurrant #0F071E

Tints of Blackcurrant #0F071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 57.69%

R = 28.85%
G = 13.46%
B = 57.69%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F071E (or 0x0F071E) is known color: Blackcurrant. HEX triplet: 0F, 07 and 1E. RGB value is (15,7,30). Sum of RGB (Red+Green+Blue) = 15+7+30=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071E is #F0F8E1. Grayscale: #0B0B0B. Windows color (decimal): -15792354 or 1967887. OLE color: 1967887.

HSL color Cylindrical-coordinate representation of color #0F071E: hue angle of 260.87º degrees, saturation: 0.62, 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 #0F071E is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 15 7 30 -
CMYK 0.5 0.77 0 0.88
HSL 260.87º 0.62% 0.07% -
HSV(B) 260.87º 0.77% 0.12% -
XYZ 0.51 0.35 1.27 -
YUV 12.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 15 7 30 0.5 0.77 0 0.88 260.87 0.62 0.07
Hex F 7 1E 32 4D 0 58 105 3E 7
Octal 17 7 36 62 115 0 130 405 76 7
Binary 1111 111 11110 110010 1001101 0 1011000 100000101 111110 111

Color Harmonies of #0F071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F071E

Black with #0F071E

Text Example


Text Example

White with #0F071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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