Html Css Color HEX #000B20 Black Russian

📋 copy color: '#000B20'

red 0 ◦ green 11 ◦ blue 32

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

Shades of Black Russian #000B20

Tints of Black Russian #000B20

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.66

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000B20 (or 0x000B20) is known color: Black Russian. HEX triplet: 00, 0B and 20. RGB value is (0,11,32). Sum of RGB (Red+Green+Blue) = 0+11+32=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 11 (4.69% from 255 or 25.58% 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 #000B20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000B20 is #FFF4DF. Grayscale: #0A0A0A. Windows color (decimal): -16774368 or 2099968. OLE color: 2099968.

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

Color convert

RGB 0 11 32 -
CMYK 1 0.66 0 0.87
HSL 219.38º 1% 0.06% -
HSV(B) 219.38º 1% 0.13% -
XYZ 0.38 0.34 1.41 -
YUV 10.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 0 11 32 1 0.66 0 0.87 219.38 1 0.06
Hex 0 B 20 64 42 0 57 DB 64 6
Octal 0 13 40 144 102 0 127 333 144 6
Binary 0 1011 100000 1100100 1000010 0 1010111 11011011 1100100 110

Color Harmonies of #000B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000B20

Black with #000B20

Text Example


Text Example

White with #000B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000B20; }

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

 H1.HeaderClassName
 {
   color: #000B20;
 }
 .AnyTagClassName
 {
   color: #000B20;
 }
</style>

background-color css

<style>
 a { background-color: #000B20; }

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

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

border-color css

<style>
 span { border-color: #000B20; }

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

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