Html Css Color HEX #0B0020 Blackcurrant

📋 copy color: '#0B0020'

red 11 ◦ green 0 ◦ blue 32

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

Shades of Blackcurrant #0B0020

Tints of Blackcurrant #0B0020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 32 (12.89% from 255) = 74.42%

R = 25.58%
G = 0%
B = 74.42%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0B0020 (or 0x0B0020) is known color: Blackcurrant. HEX triplet: 0B, 00 and 20. RGB value is (11,0,32). Sum of RGB (Red+Green+Blue) = 11+0+32=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 32 (12.89% from 255 or 74.42% from 43); Max value from RGB is 32 - color contains mainly: blue. Hex color #0B0020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0020 is #F4FFDF. Grayscale: #060606. Windows color (decimal): -16056288 or 2097163. OLE color: 2097163.

HSL color Cylindrical-coordinate representation of color #0B0020: hue angle of 260.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0020 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 0 32 -
CMYK 0.66 1 0 0.87
HSL 260.63º 1% 0.06% -
HSV(B) 260.63º 1% 0.13% -
XYZ 0.4 0.18 1.38 -
YUV 6.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 11 0 32 0.66 1 0 0.87 260.63 1 0.06
Hex B 0 20 42 64 0 57 105 64 6
Octal 13 0 40 102 144 0 127 405 144 6
Binary 1011 0 100000 1000010 1100100 0 1010111 100000101 1100100 110

Color Harmonies of #0B0020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0020

Black with #0B0020

Text Example


Text Example

White with #0B0020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,32); }

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

background-color css

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

 a { background-color: rgb(11,0,32); }

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

border-color css

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

 span { border-color: rgb(11,0,32); }

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