Html Css Color HEX #02000B Black Russian

📋 copy color: '#02000B'

red 2 ◦ green 0 ◦ blue 11

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

Shades of Black Russian #02000B

Tints of Black Russian #02000B

RGB

 RED value IS 2 (1.17% from 255) = 15.38%

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

 BLUE value IS 11 (4.69% from 255) = 84.62%

R = 15.38%
G = 0%
B = 84.62%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02000B (or 0x02000B) is known color: Black Russian. HEX triplet: 02, 00 and 0B. RGB value is (2,0,11). Sum of RGB (Red+Green+Blue) = 2+0+11=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 0 (0.39% from 255 or 0% from 13); Blue value is 11 (4.69% from 255 or 84.62% from 13); Max value from RGB is 11 - color contains mainly: blue. Hex color #02000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02000B is #FDFFF4. Grayscale: #010101. Windows color (decimal): -16646133 or 720898. OLE color: 720898.

HSL color Cylindrical-coordinate representation of color #02000B: hue angle of 250.91º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02000B is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 2 0 11 -
CMYK 0.82 1 0 0.96
HSL 250.91º 1% 0.02% -
HSV(B) 250.91º 1% 0.04% -
XYZ 0.09 0.04 0.32 -
YUV 1.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 2 0 11 0.82 1 0 0.96 250.91 1 0.02
Hex 2 0 B 52 64 0 60 FB 64 2
Octal 2 0 13 122 144 0 140 373 144 2
Binary 10 0 1011 1010010 1100100 0 1100000 11111011 1100100 10

Color Harmonies of #02000B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02000B

Black with #02000B

Text Example


Text Example

White with #02000B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02000B; }

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

 H1.HeaderClassName
 {
   color: #02000B;
 }
 .AnyTagClassName
 {
   color: #02000B;
 }
</style>

background-color css

<style>
 a { background-color: #02000B; }

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

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

border-color css

<style>
 span { border-color: #02000B; }

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

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