Html Css Color HEX #05060E Black Russian

📋 copy color: '#05060E'

red 5 ◦ green 6 ◦ blue 14

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

Shades of Black Russian #05060E

Tints of Black Russian #05060E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 24%

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

R = 20%
G = 24%
B = 56%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05060E (or 0x05060E) is known color: Black Russian. HEX triplet: 05, 06 and 0E. RGB value is (5,6,14). Sum of RGB (Red+Green+Blue) = 5+6+14=25 (3% of max value = 765). Red value is 5 (2.34% from 255 or 20% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 14 (5.86% from 255 or 56% from 25); Max value from RGB is 14 - color contains mainly: blue. Hex color #05060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05060E is #FAF9F1. Grayscale: #060606. Windows color (decimal): -16447986 or 919045. OLE color: 919045.

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

Color convert

RGB 5 6 14 -
CMYK 0.64 0.57 0 0.95
HSL 233.33º 0.47% 0.04% -
HSV(B) 233.33º 0.64% 0.05% -
XYZ 0.21 0.19 0.44 -
YUV 6.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 5 6 14 0.64 0.57 0 0.95 233.33 0.47 0.04
Hex 5 6 E 40 39 0 5F E9 2F 4
Octal 5 6 16 100 71 0 137 351 57 4
Binary 101 110 1110 1000000 111001 0 1011111 11101001 101111 100

Color Harmonies of #05060E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05060E

Black with #05060E

Text Example


Text Example

White with #05060E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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