Html Css Color HEX #0B0516 Blackcurrant

📋 copy color: '#0B0516'

red 11 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #0B0516

Tints of Blackcurrant #0B0516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 57.89%

R = 28.95%
G = 13.16%
B = 57.89%

CMYK

 C value IS 0.5

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0516 (or 0x0B0516) is known color: Blackcurrant. HEX triplet: 0B, 05 and 16. RGB value is (11,5,22). Sum of RGB (Red+Green+Blue) = 11+5+22=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 5 (2.34% from 255 or 13.16% from 38); Blue value is 22 (8.98% from 255 or 57.89% from 38); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0516 is #F4FAE9. Grayscale: #080808. Windows color (decimal): -16055018 or 1443083. OLE color: 1443083.

HSL color Cylindrical-coordinate representation of color #0B0516: hue angle of 261.18º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B0516 is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 5 22 -
CMYK 0.5 0.77 0 0.91
HSL 261.18º 0.63% 0.05% -
HSV(B) 261.18º 0.77% 0.09% -
XYZ 0.34 0.24 0.79 -
YUV 8.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 11 5 22 0.5 0.77 0 0.91 261.18 0.63 0.05
Hex B 5 16 32 4D 0 5B 105 3F 5
Octal 13 5 26 62 115 0 133 405 77 5
Binary 1011 101 10110 110010 1001101 0 1011011 100000101 111111 101

Color Harmonies of #0B0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0516

Black with #0B0516

Text Example


Text Example

White with #0B0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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