Html Css Color HEX #02050B Black Russian

📋 copy color: '#02050B'

red 2 ◦ green 5 ◦ blue 11

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

Shades of Black Russian #02050B

Tints of Black Russian #02050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 27.78%

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

R = 11.11%
G = 27.78%
B = 61.11%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#02050B (or 0x02050B) is known color: Black Russian. HEX triplet: 02, 05 and 0B. RGB value is (2,5,11). Sum of RGB (Red+Green+Blue) = 2+5+11=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 5 (2.34% from 255 or 27.78% from 18); Blue value is 11 (4.69% from 255 or 61.11% from 18); Max value from RGB is 11 - color contains mainly: blue. Hex color #02050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050B is #FDFAF4. Grayscale: #040404. Windows color (decimal): -16644853 or 722178. OLE color: 722178.

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

Color convert

RGB 2 5 11 -
CMYK 0.82 0.55 0 0.96
HSL 220º 0.69% 0.03% -
HSV(B) 220º 0.82% 0.04% -
XYZ 0.14 0.15 0.34 -
YUV 4.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 2 5 11 0.82 0.55 0 0.96 220 0.69 0.03
Hex 2 5 B 52 37 0 60 DC 45 3
Octal 2 5 13 122 67 0 140 334 105 3
Binary 10 101 1011 1010010 110111 0 1100000 11011100 1000101 11

Color Harmonies of #02050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02050B

Black with #02050B

Text Example


Text Example

White with #02050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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