Html Css Color HEX #0F061A Blackcurrant

📋 copy color: '#0F061A'

red 15 ◦ green 6 ◦ blue 26

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

Shades of Blackcurrant #0F061A

Tints of Blackcurrant #0F061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 55.32%

R = 31.91%
G = 12.77%
B = 55.32%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F061A (or 0x0F061A) is known color: Blackcurrant. HEX triplet: 0F, 06 and 1A. RGB value is (15,6,26). Sum of RGB (Red+Green+Blue) = 15+6+26=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F061A is #F0F9E5. Grayscale: #0A0A0A. Windows color (decimal): -15792614 or 1705487. OLE color: 1705487.

HSL color Cylindrical-coordinate representation of color #0F061A: hue angle of 267º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F061A is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 6 26 -
CMYK 0.42 0.77 0 0.90
HSL 267º 0.63% 0.06% -
HSV(B) 267º 0.77% 0.1% -
XYZ 0.45 0.31 1.01 -
YUV 10.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 15 6 26 0.42 0.77 0 0.90 267 0.63 0.06
Hex F 6 1A 2A 4D 0 5A 10B 3E 6
Octal 17 6 32 52 115 0 132 413 76 6
Binary 1111 110 11010 101010 1001101 0 1011010 100001011 111110 110

Color Harmonies of #0F061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F061A

Black with #0F061A

Text Example


Text Example

White with #0F061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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