Html Css Color HEX #05010E Black Russian

📋 copy color: '#05010E'

red 5 ◦ green 1 ◦ blue 14

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

Shades of Black Russian #05010E

Tints of Black Russian #05010E

RGB

 RED value IS 5 (2.34% from 255) = 25%

 GREEN value IS 1 (0.78% from 255) = 5%

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

R = 25%
G = 5%
B = 70%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05010E (or 0x05010E) is known color: Black Russian. HEX triplet: 05, 01 and 0E. RGB value is (5,1,14). Sum of RGB (Red+Green+Blue) = 5+1+14=20 (2% of max value = 765). Red value is 5 (2.34% from 255 or 25% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 14 (5.86% from 255 or 70% from 20); Max value from RGB is 14 - color contains mainly: blue. Hex color #05010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05010E is #FAFEF1. Grayscale: #030303. Windows color (decimal): -16449266 or 917765. OLE color: 917765.

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

Color convert

RGB 5 1 14 -
CMYK 0.64 0.93 0 0.95
HSL 258.46º 0.87% 0.03% -
HSV(B) 258.46º 0.93% 0.05% -
XYZ 0.15 0.09 0.42 -
YUV 3.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 5 1 14 0.64 0.93 0 0.95 258.46 0.87 0.03
Hex 5 1 E 40 5D 0 5F 102 57 3
Octal 5 1 16 100 135 0 137 402 127 3
Binary 101 1 1110 1000000 1011101 0 1011111 100000010 1010111 11

Color Harmonies of #05010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05010E

Black with #05010E

Text Example


Text Example

White with #05010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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