Html Css Color HEX #0B0021 Blackcurrant

📋 copy color: '#0B0021'

red 11 ◦ green 0 ◦ blue 33

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

Shades of Blackcurrant #0B0021

Tints of Blackcurrant #0B0021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 75%

R = 25%
G = 0%
B = 75%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0B0021 (or 0x0B0021) is known color: Blackcurrant. HEX triplet: 0B, 00 and 21. RGB value is (11,0,33). Sum of RGB (Red+Green+Blue) = 11+0+33=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 33 (13.28% from 255 or 75% from 44); Max value from RGB is 33 - color contains mainly: blue. Hex color #0B0021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0021 is #F4FFDE. Grayscale: #060606. Windows color (decimal): -16056287 or 2162699. OLE color: 2162699.

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

Color convert

RGB 11 0 33 -
CMYK 0.67 1 0 0.87
HSL 260º 1% 0.06% -
HSV(B) 260º 1% 0.13% -
XYZ 0.41 0.18 1.45 -
YUV 7.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 11 0 33 0.67 1 0 0.87 260 1 0.06
Hex B 0 21 43 64 0 57 104 64 6
Octal 13 0 41 103 144 0 127 404 144 6
Binary 1011 0 100001 1000011 1100100 0 1010111 100000100 1100100 110

Color Harmonies of #0B0021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0021

Black with #0B0021

Text Example


Text Example

White with #0B0021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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