Html Css Color HEX #0B0116 Blackcurrant

📋 copy color: '#0B0116'

red 11 ◦ green 1 ◦ blue 22

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

Shades of Blackcurrant #0B0116

Tints of Blackcurrant #0B0116

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.94%

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

R = 32.35%
G = 2.94%
B = 64.71%

CMYK

 C value IS 0.5

 M value IS 0.95

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0116 (or 0x0B0116) is known color: Blackcurrant. HEX triplet: 0B, 01 and 16. RGB value is (11,1,22). Sum of RGB (Red+Green+Blue) = 11+1+22=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B0116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0116 is #F4FEE9. Grayscale: #060606. Windows color (decimal): -16056042 or 1442059. OLE color: 1442059.

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

Color convert

RGB 11 1 22 -
CMYK 0.5 0.95 0 0.91
HSL 268.57º 0.91% 0.05% -
HSV(B) 268.57º 0.95% 0.09% -
XYZ 0.29 0.15 0.77 -
YUV 6.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 11 1 22 0.5 0.95 0 0.91 268.57 0.91 0.05
Hex B 1 16 32 5F 0 5B 10D 5B 5
Octal 13 1 26 62 137 0 133 415 133 5
Binary 1011 1 10110 110010 1011111 0 1011011 100001101 1011011 101

Color Harmonies of #0B0116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0116

Black with #0B0116

Text Example


Text Example

White with #0B0116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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