Html Css Color HEX #0B0517 Blackcurrant

📋 copy color: '#0B0517'

red 11 ◦ green 5 ◦ blue 23

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

Shades of Blackcurrant #0B0517

Tints of Blackcurrant #0B0517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 58.97%

R = 28.21%
G = 12.82%
B = 58.97%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0517 (or 0x0B0517) is known color: Blackcurrant. HEX triplet: 0B, 05 and 17. RGB value is (11,5,23). Sum of RGB (Red+Green+Blue) = 11+5+23=39 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.21% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 23 (9.38% from 255 or 58.97% from 39); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0517 is #F4FAE8. Grayscale: #080808. Windows color (decimal): -16055017 or 1508619. OLE color: 1508619.

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

Color convert

RGB 11 5 23 -
CMYK 0.52 0.78 0 0.91
HSL 260º 0.64% 0.05% -
HSV(B) 260º 0.78% 0.09% -
XYZ 0.35 0.24 0.84 -
YUV 8.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 11 5 23 0.52 0.78 0 0.91 260 0.64 0.05
Hex B 5 17 34 4E 0 5B 104 40 5
Octal 13 5 27 64 116 0 133 404 100 5
Binary 1011 101 10111 110100 1001110 0 1011011 100000100 1000000 101

Color Harmonies of #0B0517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0517

Black with #0B0517

Text Example


Text Example

White with #0B0517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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