Html Css Color HEX #0F041C Blackcurrant

📋 copy color: '#0F041C'

red 15 ◦ green 4 ◦ blue 28

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

Shades of Blackcurrant #0F041C

Tints of Blackcurrant #0F041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.51%

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

R = 31.91%
G = 8.51%
B = 59.57%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F041C (or 0x0F041C) is known color: Blackcurrant. HEX triplet: 0F, 04 and 1C. RGB value is (15,4,28). Sum of RGB (Red+Green+Blue) = 15+4+28=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041C is #F0FBE3. Grayscale: #090909. Windows color (decimal): -15793124 or 1836047. OLE color: 1836047.

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

Color convert

RGB 15 4 28 -
CMYK 0.46 0.86 0 0.89
HSL 267.5º 0.75% 0.06% -
HSV(B) 267.5º 0.86% 0.11% -
XYZ 0.45 0.27 1.13 -
YUV 10.03 138.14 131.55 -
System Red Green Blue C M Y K H S L
Decimal 15 4 28 0.46 0.86 0 0.89 267.5 0.75 0.06
Hex F 4 1C 2E 56 0 59 10C 4B 6
Octal 17 4 34 56 126 0 131 414 113 6
Binary 1111 100 11100 101110 1010110 0 1011001 100001100 1001011 110

Color Harmonies of #0F041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F041C

Black with #0F041C

Text Example


Text Example

White with #0F041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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