Html Css Color HEX #0F061F Blackcurrant

📋 copy color: '#0F061F'

red 15 ◦ green 6 ◦ blue 31

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

Shades of Blackcurrant #0F061F

Tints of Blackcurrant #0F061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.54%

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

R = 28.85%
G = 11.54%
B = 59.62%

CMYK

 C value IS 0.52

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0F061F (or 0x0F061F) is known color: Blackcurrant. HEX triplet: 0F, 06 and 1F. RGB value is (15,6,31). Sum of RGB (Red+Green+Blue) = 15+6+31=52 (6% of max value = 765). Red value is 15 (6.25% from 255 or 28.85% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F061F is #F0F9E0. Grayscale: #0B0B0B. Windows color (decimal): -15792609 or 2033167. OLE color: 2033167.

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

Color convert

RGB 15 6 31 -
CMYK 0.52 0.81 0 0.88
HSL 261.6º 0.68% 0.07% -
HSV(B) 261.6º 0.81% 0.12% -
XYZ 0.51 0.33 1.33 -
YUV 11.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 15 6 31 0.52 0.81 0 0.88 261.6 0.68 0.07
Hex F 6 1F 34 51 0 58 106 44 7
Octal 17 6 37 64 121 0 130 406 104 7
Binary 1111 110 11111 110100 1010001 0 1011000 100000110 1000100 111

Color Harmonies of #0F061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F061F

Black with #0F061F

Text Example


Text Example

White with #0F061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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