Html Css Color HEX #0B0011 Blackcurrant

📋 copy color: '#0B0011'

red 11 ◦ green 0 ◦ blue 17

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

Shades of Blackcurrant #0B0011

Tints of Blackcurrant #0B0011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 60.71%

R = 39.29%
G = 0%
B = 60.71%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0011 (or 0x0B0011) is known color: Blackcurrant. HEX triplet: 0B, 00 and 11. RGB value is (11,0,17). Sum of RGB (Red+Green+Blue) = 11+0+17=28 (3% of max value = 765). Red value is 11 (4.69% from 255 or 39.29% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 17 (7.03% from 255 or 60.71% from 28); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0011 is #F4FFEE. Grayscale: #050505. Windows color (decimal): -16056303 or 1114123. OLE color: 1114123.

HSL color Cylindrical-coordinate representation of color #0B0011: hue angle of 278.82º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0011 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 0 17 -
CMYK 0.35 1 0 0.93
HSL 278.82º 1% 0.03% -
HSV(B) 278.82º 1% 0.07% -
XYZ 0.24 0.11 0.54 -
YUV 5.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 11 0 17 0.35 1 0 0.93 278.82 1 0.03
Hex B 0 11 23 64 0 5D 117 64 3
Octal 13 0 21 43 144 0 135 427 144 3
Binary 1011 0 10001 100011 1100100 0 1011101 100010111 1100100 11

Color Harmonies of #0B0011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0011

Black with #0B0011

Text Example


Text Example

White with #0B0011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,17); }

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

background-color css

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

 a { background-color: rgb(11,0,17); }

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

border-color css

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

 span { border-color: rgb(11,0,17); }

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