Html Css Color HEX #02050E Black Russian

📋 copy color: '#02050E'

red 2 ◦ green 5 ◦ blue 14

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

Shades of Black Russian #02050E

Tints of Black Russian #02050E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 66.67%

R = 9.52%
G = 23.81%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#02050E (or 0x02050E) is known color: Black Russian. HEX triplet: 02, 05 and 0E. RGB value is (2,5,14). Sum of RGB (Red+Green+Blue) = 2+5+14=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 14 (5.86% from 255 or 66.67% from 21); Max value from RGB is 14 - color contains mainly: blue. Hex color #02050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02050E is #FDFAF1. Grayscale: #050505. Windows color (decimal): -16644850 or 918786. OLE color: 918786.

HSL color Cylindrical-coordinate representation of color #02050E: hue angle of 225º degrees, saturation: 0.75, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #02050E is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 2 5 14 -
CMYK 0.86 0.64 0 0.95
HSL 225º 0.75% 0.03% -
HSV(B) 225º 0.86% 0.05% -
XYZ 0.16 0.15 0.44 -
YUV 5.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 2 5 14 0.86 0.64 0 0.95 225 0.75 0.03
Hex 2 5 E 56 40 0 5F E1 4B 3
Octal 2 5 16 126 100 0 137 341 113 3
Binary 10 101 1110 1010110 1000000 0 1011111 11100001 1001011 11

Color Harmonies of #02050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02050E

Black with #02050E

Text Example


Text Example

White with #02050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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