Html Css Color HEX #0F041A Blackcurrant

📋 copy color: '#0F041A'

red 15 ◦ green 4 ◦ blue 26

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

Shades of Blackcurrant #0F041A

Tints of Blackcurrant #0F041A

RGB

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

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

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

R = 33.33%
G = 8.89%
B = 57.78%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F041A (or 0x0F041A) is known color: Blackcurrant. HEX triplet: 0F, 04 and 1A. RGB value is (15,4,26). Sum of RGB (Red+Green+Blue) = 15+4+26=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041A is #F0FBE5. Grayscale: #090909. Windows color (decimal): -15793126 or 1704975. OLE color: 1704975.

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

Color convert

RGB 15 4 26 -
CMYK 0.42 0.85 0 0.90
HSL 270º 0.73% 0.06% -
HSV(B) 270º 0.85% 0.1% -
XYZ 0.43 0.26 1.01 -
YUV 9.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 15 4 26 0.42 0.85 0 0.90 270 0.73 0.06
Hex F 4 1A 2A 55 0 5A 10E 49 6
Octal 17 4 32 52 125 0 132 416 111 6
Binary 1111 100 11010 101010 1010101 0 1011010 100001110 1001001 110

Color Harmonies of #0F041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F041A

Black with #0F041A

Text Example


Text Example

White with #0F041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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