Html Css Color HEX #0B000D Blackcurrant

📋 copy color: '#0B000D'

red 11 ◦ green 0 ◦ blue 13

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

Shades of Blackcurrant #0B000D

Tints of Blackcurrant #0B000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 54.17%

R = 45.83%
G = 0%
B = 54.17%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B000D (or 0x0B000D) is known color: Blackcurrant. HEX triplet: 0B, 00 and 0D. RGB value is (11,0,13). Sum of RGB (Red+Green+Blue) = 11+0+13=24 (3% of max value = 765). Red value is 11 (4.69% from 255 or 45.83% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 13 (5.47% from 255 or 54.17% from 24); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B000D is #F4FFF2. Grayscale: #040404. Windows color (decimal): -16056307 or 851979. OLE color: 851979.

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

Color convert

RGB 11 0 13 -
CMYK 0.15 1 0 0.95
HSL 290.77º 1% 0.03% -
HSV(B) 290.77º 1% 0.05% -
XYZ 0.21 0.1 0.39 -
YUV 4.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 11 0 13 0.15 1 0 0.95 290.77 1 0.03
Hex B 0 D F 64 0 5F 123 64 3
Octal 13 0 15 17 144 0 137 443 144 3
Binary 1011 0 1101 1111 1100100 0 1011111 100100011 1100100 11

Color Harmonies of #0B000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B000D

Black with #0B000D

Text Example


Text Example

White with #0B000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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