Html Css Color HEX #0B040F Blackcurrant

📋 copy color: '#0B040F'

red 11 ◦ green 4 ◦ blue 15

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

Shades of Blackcurrant #0B040F

Tints of Blackcurrant #0B040F

RGB

 RED value IS 11 (4.69% from 255) = 36.67%

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

 BLUE value IS 15 (6.25% from 255) = 50%

R = 36.67%
G = 13.33%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B040F (or 0x0B040F) is known color: Blackcurrant. HEX triplet: 0B, 04 and 0F. RGB value is (11,4,15). Sum of RGB (Red+Green+Blue) = 11+4+15=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 15 (6.25% from 255 or 50% from 30); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B040F is #F4FBF0. Grayscale: #070707. Windows color (decimal): -16055281 or 984075. OLE color: 984075.

HSL color Cylindrical-coordinate representation of color #0B040F: hue angle of 278.18º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B040F is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 4 15 -
CMYK 0.27 0.73 0 0.94
HSL 278.18º 0.58% 0.04% -
HSV(B) 278.18º 0.73% 0.06% -
XYZ 0.27 0.19 0.47 -
YUV 7.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 11 4 15 0.27 0.73 0 0.94 278.18 0.58 0.04
Hex B 4 F 1B 49 0 5E 116 3A 4
Octal 13 4 17 33 111 0 136 426 72 4
Binary 1011 100 1111 11011 1001001 0 1011110 100010110 111010 100

Color Harmonies of #0B040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B040F

Black with #0B040F

Text Example


Text Example

White with #0B040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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