Html Css Color HEX #0B0112 Blackcurrant

📋 copy color: '#0B0112'

red 11 ◦ green 1 ◦ blue 18

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

Shades of Blackcurrant #0B0112

Tints of Blackcurrant #0B0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 60%

R = 36.67%
G = 3.33%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0112 (or 0x0B0112) is known color: Blackcurrant. HEX triplet: 0B, 01 and 12. RGB value is (11,1,18). Sum of RGB (Red+Green+Blue) = 11+1+18=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0112 is #F4FEED. Grayscale: #050505. Windows color (decimal): -16056046 or 1179915. OLE color: 1179915.

HSL color Cylindrical-coordinate representation of color #0B0112: hue angle of 275.29º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0112 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 1 18 -
CMYK 0.39 0.94 0 0.93
HSL 275.29º 0.89% 0.04% -
HSV(B) 275.29º 0.94% 0.07% -
XYZ 0.26 0.14 0.59 -
YUV 5.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 11 1 18 0.39 0.94 0 0.93 275.29 0.89 0.04
Hex B 1 12 27 5E 0 5D 113 59 4
Octal 13 1 22 47 136 0 135 423 131 4
Binary 1011 1 10010 100111 1011110 0 1011101 100010011 1011001 100

Color Harmonies of #0B0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0112

Black with #0B0112

Text Example


Text Example

White with #0B0112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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