Html Css Color HEX #0F041B Blackcurrant

📋 copy color: '#0F041B'

red 15 ◦ green 4 ◦ blue 27

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

Shades of Blackcurrant #0F041B

Tints of Blackcurrant #0F041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 58.7%

R = 32.61%
G = 8.7%
B = 58.7%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F041B (or 0x0F041B) is known color: Blackcurrant. HEX triplet: 0F, 04 and 1B. RGB value is (15,4,27). Sum of RGB (Red+Green+Blue) = 15+4+27=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F041B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041B is #F0FBE4. Grayscale: #090909. Windows color (decimal): -15793125 or 1770511. OLE color: 1770511.

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

Color convert

RGB 15 4 27 -
CMYK 0.44 0.85 0 0.89
HSL 268.7º 0.74% 0.06% -
HSV(B) 268.7º 0.85% 0.11% -
XYZ 0.44 0.27 1.07 -
YUV 9.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 15 4 27 0.44 0.85 0 0.89 268.7 0.74 0.06
Hex F 4 1B 2C 55 0 59 10D 4A 6
Octal 17 4 33 54 125 0 131 415 112 6
Binary 1111 100 11011 101100 1010101 0 1011001 100001101 1001010 110

Color Harmonies of #0F041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F041B

Black with #0F041B

Text Example


Text Example

White with #0F041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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