Html Css Color HEX #0B0511 Blackcurrant

📋 copy color: '#0B0511'

red 11 ◦ green 5 ◦ blue 17

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

Shades of Blackcurrant #0B0511

Tints of Blackcurrant #0B0511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 15.15%

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

R = 33.33%
G = 15.15%
B = 51.52%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0511 (or 0x0B0511) is known color: Blackcurrant. HEX triplet: 0B, 05 and 11. RGB value is (11,5,17). Sum of RGB (Red+Green+Blue) = 11+5+17=33 (4% of max value = 765). Red value is 11 (4.69% from 255 or 33.33% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0511 is #F4FAEE. Grayscale: #080808. Windows color (decimal): -16055023 or 1115403. OLE color: 1115403.

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

Color convert

RGB 11 5 17 -
CMYK 0.35 0.71 0 0.93
HSL 270º 0.55% 0.04% -
HSV(B) 270º 0.71% 0.07% -
XYZ 0.29 0.22 0.56 -
YUV 8.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 11 5 17 0.35 0.71 0 0.93 270 0.55 0.04
Hex B 5 11 23 47 0 5D 10E 37 4
Octal 13 5 21 43 107 0 135 416 67 4
Binary 1011 101 10001 100011 1000111 0 1011101 100001110 110111 100

Color Harmonies of #0B0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0511

Black with #0B0511

Text Example


Text Example

White with #0B0511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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