Html Css Color HEX #0B010D Blackcurrant

📋 copy color: '#0B010D'

red 11 ◦ green 1 ◦ blue 13

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

Shades of Blackcurrant #0B010D

Tints of Blackcurrant #0B010D

RGB

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

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

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

R = 44%
G = 4%
B = 52%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B010D (or 0x0B010D) is known color: Blackcurrant. HEX triplet: 0B, 01 and 0D. RGB value is (11,1,13). Sum of RGB (Red+Green+Blue) = 11+1+13=25 (3% of max value = 765). Red value is 11 (4.69% from 255 or 44% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B010D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B010D is #F4FEF2. Grayscale: #050505. Windows color (decimal): -16056051 or 852235. OLE color: 852235.

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

Color convert

RGB 11 1 13 -
CMYK 0.15 0.92 0 0.95
HSL 290º 0.86% 0.03% -
HSV(B) 290º 0.92% 0.05% -
XYZ 0.22 0.12 0.39 -
YUV 5.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 11 1 13 0.15 0.92 0 0.95 290 0.86 0.03
Hex B 1 D F 5C 0 5F 122 56 3
Octal 13 1 15 17 134 0 137 442 126 3
Binary 1011 1 1101 1111 1011100 0 1011111 100100010 1010110 11

Color Harmonies of #0B010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B010D

Black with #0B010D

Text Example


Text Example

White with #0B010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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