Html Css Color HEX #0F081C Blackcurrant

📋 copy color: '#0F081C'

red 15 ◦ green 8 ◦ blue 28

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

Shades of Blackcurrant #0F081C

Tints of Blackcurrant #0F081C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 15.69%

 BLUE value IS 28 (11.33% from 255) = 54.9%

R = 29.41%
G = 15.69%
B = 54.9%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F081C (or 0x0F081C) is known color: Blackcurrant. HEX triplet: 0F, 08 and 1C. RGB value is (15,8,28). Sum of RGB (Red+Green+Blue) = 15+8+28=51 (6% of max value = 765). Red value is 15 (6.25% from 255 or 29.41% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F081C is #F0F7E3. Grayscale: #0C0C0C. Windows color (decimal): -15792100 or 1837071. OLE color: 1837071.

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

Color convert

RGB 15 8 28 -
CMYK 0.46 0.71 0 0.89
HSL 261º 0.56% 0.07% -
HSV(B) 261º 0.71% 0.11% -
XYZ 0.49 0.36 1.14 -
YUV 12.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 15 8 28 0.46 0.71 0 0.89 261 0.56 0.07
Hex F 8 1C 2E 47 0 59 105 38 7
Octal 17 10 34 56 107 0 131 405 70 7
Binary 1111 1000 11100 101110 1000111 0 1011001 100000101 111000 111

Color Harmonies of #0F081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F081C

Black with #0F081C

Text Example


Text Example

White with #0F081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,28); }

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

background-color css

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

 a { background-color: rgb(15,8,28); }

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

border-color css

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

 span { border-color: rgb(15,8,28); }

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