Html Css Color HEX #0B0316 Blackcurrant

📋 copy color: '#0B0316'

red 11 ◦ green 3 ◦ blue 22

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

Shades of Blackcurrant #0B0316

Tints of Blackcurrant #0B0316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.33%

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

R = 30.56%
G = 8.33%
B = 61.11%

CMYK

 C value IS 0.5

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0316 (or 0x0B0316) is known color: Blackcurrant. HEX triplet: 0B, 03 and 16. RGB value is (11,3,22). Sum of RGB (Red+Green+Blue) = 11+3+22=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0316 is #F4FCE9. Grayscale: #070707. Windows color (decimal): -16055530 or 1442571. OLE color: 1442571.

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

Color convert

RGB 11 3 22 -
CMYK 0.5 0.86 0 0.91
HSL 265.26º 0.76% 0.05% -
HSV(B) 265.26º 0.86% 0.09% -
XYZ 0.32 0.19 0.78 -
YUV 7.56 136.15 130.46 -
System Red Green Blue C M Y K H S L
Decimal 11 3 22 0.5 0.86 0 0.91 265.26 0.76 0.05
Hex B 3 16 32 56 0 5B 109 4C 5
Octal 13 3 26 62 126 0 133 411 114 5
Binary 1011 11 10110 110010 1010110 0 1011011 100001001 1001100 101

Color Harmonies of #0B0316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0316

Black with #0B0316

Text Example


Text Example

White with #0B0316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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