Html Css Color HEX #0F041D Blackcurrant

📋 copy color: '#0F041D'

red 15 ◦ green 4 ◦ blue 29

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

Shades of Blackcurrant #0F041D

Tints of Blackcurrant #0F041D

RGB

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

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

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

R = 31.25%
G = 8.33%
B = 60.42%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F041D (or 0x0F041D) is known color: Blackcurrant. HEX triplet: 0F, 04 and 1D. RGB value is (15,4,29). Sum of RGB (Red+Green+Blue) = 15+4+29=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041D is #F0FBE2. Grayscale: #0A0A0A. Windows color (decimal): -15793123 or 1901583. OLE color: 1901583.

HSL color Cylindrical-coordinate representation of color #0F041D: hue angle of 266.4º degrees, saturation: 0.76, 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 #0F041D is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 4 29 -
CMYK 0.48 0.86 0 0.89
HSL 266.4º 0.76% 0.06% -
HSV(B) 266.4º 0.86% 0.11% -
XYZ 0.46 0.28 1.19 -
YUV 10.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 15 4 29 0.48 0.86 0 0.89 266.4 0.76 0.06
Hex F 4 1D 30 56 0 59 10A 4C 6
Octal 17 4 35 60 126 0 131 412 114 6
Binary 1111 100 11101 110000 1010110 0 1011001 100001010 1001100 110

Color Harmonies of #0F041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F041D

Black with #0F041D

Text Example


Text Example

White with #0F041D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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