Html Css Color HEX #0B0514 Blackcurrant

📋 copy color: '#0B0514'

red 11 ◦ green 5 ◦ blue 20

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

Shades of Blackcurrant #0B0514

Tints of Blackcurrant #0B0514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 30.56%
G = 13.89%
B = 55.56%

CMYK

 C value IS 0.45

 M value IS 0.75

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0B0514 (or 0x0B0514) is known color: Blackcurrant. HEX triplet: 0B, 05 and 14. RGB value is (11,5,20). Sum of RGB (Red+Green+Blue) = 11+5+20=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 5 (2.34% from 255 or 13.89% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #0B0514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0514 is #F4FAEB. Grayscale: #080808. Windows color (decimal): -16055020 or 1312011. OLE color: 1312011.

HSL color Cylindrical-coordinate representation of color #0B0514: hue angle of 264º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B0514 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 11 5 20 -
CMYK 0.45 0.75 0 0.92
HSL 264º 0.6% 0.05% -
HSV(B) 264º 0.75% 0.08% -
XYZ 0.32 0.23 0.69 -
YUV 8.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 11 5 20 0.45 0.75 0 0.92 264 0.6 0.05
Hex B 5 14 2D 4B 0 5C 108 3C 5
Octal 13 5 24 55 113 0 134 410 74 5
Binary 1011 101 10100 101101 1001011 0 1011100 100001000 111100 101

Color Harmonies of #0B0514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0514

Black with #0B0514

Text Example


Text Example

White with #0B0514

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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