Html Css Color HEX #0B011F Blackcurrant

📋 copy color: '#0B011F'

red 11 ◦ green 1 ◦ blue 31

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

Shades of Blackcurrant #0B011F

Tints of Blackcurrant #0B011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 72.09%

R = 25.58%
G = 2.33%
B = 72.09%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0B011F (or 0x0B011F) is known color: Blackcurrant. HEX triplet: 0B, 01 and 1F. RGB value is (11,1,31). Sum of RGB (Red+Green+Blue) = 11+1+31=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011F is #F4FEE0. Grayscale: #070707. Windows color (decimal): -16056033 or 2031883. OLE color: 2031883.

HSL color Cylindrical-coordinate representation of color #0B011F: hue angle of 260º 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 #0B011F is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 11 1 31 -
CMYK 0.65 0.97 0 0.88
HSL 260º 0.94% 0.06% -
HSV(B) 260º 0.97% 0.12% -
XYZ 0.4 0.19 1.31 -
YUV 7.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 11 1 31 0.65 0.97 0 0.88 260 0.94 0.06
Hex B 1 1F 41 61 0 58 104 5E 6
Octal 13 1 37 101 141 0 130 404 136 6
Binary 1011 1 11111 1000001 1100001 0 1011000 100000100 1011110 110

Color Harmonies of #0B011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B011F

Black with #0B011F

Text Example


Text Example

White with #0B011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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