Html Css Color HEX #0B0411 Blackcurrant

📋 copy color: '#0B0411'

red 11 ◦ green 4 ◦ blue 17

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

Shades of Blackcurrant #0B0411

Tints of Blackcurrant #0B0411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 53.13%

R = 34.38%
G = 12.5%
B = 53.13%

CMYK

 C value IS 0.35

 M value IS 0.76

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0411 (or 0x0B0411) is known color: Blackcurrant. HEX triplet: 0B, 04 and 11. RGB value is (11,4,17). Sum of RGB (Red+Green+Blue) = 11+4+17=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0411 is #F4FBEE. Grayscale: #070707. Windows color (decimal): -16055279 or 1115147. OLE color: 1115147.

HSL color Cylindrical-coordinate representation of color #0B0411: hue angle of 272.31º degrees, saturation: 0.62, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B0411 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 4 17 -
CMYK 0.35 0.76 0 0.93
HSL 272.31º 0.62% 0.04% -
HSV(B) 272.31º 0.76% 0.07% -
XYZ 0.28 0.2 0.55 -
YUV 7.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 11 4 17 0.35 0.76 0 0.93 272.31 0.62 0.04
Hex B 4 11 23 4C 0 5D 110 3E 4
Octal 13 4 21 43 114 0 135 420 76 4
Binary 1011 100 10001 100011 1001100 0 1011101 100010000 111110 100

Color Harmonies of #0B0411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0411

Black with #0B0411

Text Example


Text Example

White with #0B0411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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