Html Css Color HEX #0F071D Blackcurrant

📋 copy color: '#0F071D'

red 15 ◦ green 7 ◦ blue 29

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

Shades of Blackcurrant #0F071D

Tints of Blackcurrant #0F071D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 56.86%

R = 29.41%
G = 13.73%
B = 56.86%

CMYK

 C value IS 0.48

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F071D (or 0x0F071D) is known color: Blackcurrant. HEX triplet: 0F, 07 and 1D. RGB value is (15,7,29). Sum of RGB (Red+Green+Blue) = 15+7+29=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 29 (11.72% from 255 or 56.86% from 51); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F071D is #F0F8E2. Grayscale: #0B0B0B. Windows color (decimal): -15792355 or 1902351. OLE color: 1902351.

HSL color Cylindrical-coordinate representation of color #0F071D: hue angle of 261.82º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F071D is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 7 29 -
CMYK 0.48 0.76 0 0.89
HSL 261.82º 0.61% 0.07% -
HSV(B) 261.82º 0.76% 0.11% -
XYZ 0.49 0.34 1.2 -
YUV 11.9 137.65 130.21 -
System Red Green Blue C M Y K H S L
Decimal 15 7 29 0.48 0.76 0 0.89 261.82 0.61 0.07
Hex F 7 1D 30 4C 0 59 106 3D 7
Octal 17 7 35 60 114 0 131 406 75 7
Binary 1111 111 11101 110000 1001100 0 1011001 100000110 111101 111

Color Harmonies of #0F071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F071D

Black with #0F071D

Text Example


Text Example

White with #0F071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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