Html Css Color HEX #0B011C Blackcurrant

📋 copy color: '#0B011C'

red 11 ◦ green 1 ◦ blue 28

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

Shades of Blackcurrant #0B011C

Tints of Blackcurrant #0B011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 70%

R = 27.5%
G = 2.5%
B = 70%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B011C (or 0x0B011C) is known color: Blackcurrant. HEX triplet: 0B, 01 and 1C. RGB value is (11,1,28). Sum of RGB (Red+Green+Blue) = 11+1+28=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 28 (11.33% from 255 or 70% from 40); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011C is #F4FEE3. Grayscale: #060606. Windows color (decimal): -16056036 or 1835275. OLE color: 1835275.

HSL color Cylindrical-coordinate representation of color #0B011C: hue angle of 262.22º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B011C is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 1 28 -
CMYK 0.61 0.96 0 0.89
HSL 262.22º 0.93% 0.06% -
HSV(B) 262.22º 0.96% 0.11% -
XYZ 0.36 0.18 1.11 -
YUV 7.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 11 1 28 0.61 0.96 0 0.89 262.22 0.93 0.06
Hex B 1 1C 3D 60 0 59 106 5D 6
Octal 13 1 34 75 140 0 131 406 135 6
Binary 1011 1 11100 111101 1100000 0 1011001 100000110 1011101 110

Color Harmonies of #0B011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B011C

Black with #0B011C

Text Example


Text Example

White with #0B011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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