Html Css Color HEX #0B011E Blackcurrant

📋 copy color: '#0B011E'

red 11 ◦ green 1 ◦ blue 30

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

Shades of Blackcurrant #0B011E

Tints of Blackcurrant #0B011E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 71.43%

R = 26.19%
G = 2.38%
B = 71.43%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B011E (or 0x0B011E) is known color: Blackcurrant. HEX triplet: 0B, 01 and 1E. RGB value is (11,1,30). Sum of RGB (Red+Green+Blue) = 11+1+30=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011E is #F4FEE1. Grayscale: #070707. Windows color (decimal): -16056034 or 1966347. OLE color: 1966347.

HSL color Cylindrical-coordinate representation of color #0B011E: hue angle of 260.69º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B011E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 1 30 -
CMYK 0.63 0.97 0 0.88
HSL 260.69º 0.94% 0.06% -
HSV(B) 260.69º 0.97% 0.12% -
XYZ 0.38 0.19 1.24 -
YUV 7.3 140.81 130.64 -
System Red Green Blue C M Y K H S L
Decimal 11 1 30 0.63 0.97 0 0.88 260.69 0.94 0.06
Hex B 1 1E 3F 61 0 58 105 5E 6
Octal 13 1 36 77 141 0 130 405 136 6
Binary 1011 1 11110 111111 1100001 0 1011000 100000101 1011110 110

Color Harmonies of #0B011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B011E

Black with #0B011E

Text Example


Text Example

White with #0B011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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