Html Css Color HEX #0B0513 Blackcurrant

📋 copy color: '#0B0513'

red 11 ◦ green 5 ◦ blue 19

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

Shades of Blackcurrant #0B0513

Tints of Blackcurrant #0B0513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 54.29%

R = 31.43%
G = 14.29%
B = 54.29%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0513 (or 0x0B0513) is known color: Blackcurrant. HEX triplet: 0B, 05 and 13. RGB value is (11,5,19). Sum of RGB (Red+Green+Blue) = 11+5+19=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0513 is #F4FAEC. Grayscale: #080808. Windows color (decimal): -16055021 or 1246475. OLE color: 1246475.

HSL color Cylindrical-coordinate representation of color #0B0513: hue angle of 265.71º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B0513 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 5 19 -
CMYK 0.42 0.74 0 0.93
HSL 265.71º 0.58% 0.05% -
HSV(B) 265.71º 0.74% 0.07% -
XYZ 0.31 0.23 0.64 -
YUV 8.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 11 5 19 0.42 0.74 0 0.93 265.71 0.58 0.05
Hex B 5 13 2A 4A 0 5D 10A 3A 5
Octal 13 5 23 52 112 0 135 412 72 5
Binary 1011 101 10011 101010 1001010 0 1011101 100001010 111010 101

Color Harmonies of #0B0513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0513

Black with #0B0513

Text Example


Text Example

White with #0B0513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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