Html Css Color HEX #05061A Black Russian

📋 copy color: '#05061A'

red 5 ◦ green 6 ◦ blue 26

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

Shades of Black Russian #05061A

Tints of Black Russian #05061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 70.27%

R = 13.51%
G = 16.22%
B = 70.27%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#05061A (or 0x05061A) is known color: Black Russian. HEX triplet: 05, 06 and 1A. RGB value is (5,6,26). Sum of RGB (Red+Green+Blue) = 5+6+26=37 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.51% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #05061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05061A is #FAF9E5. Grayscale: #070707. Windows color (decimal): -16447974 or 1705477. OLE color: 1705477.

HSL color Cylindrical-coordinate representation of color #05061A: hue angle of 237.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #05061A is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 6 26 -
CMYK 0.81 0.77 0 0.90
HSL 237.14º 0.68% 0.06% -
HSV(B) 237.14º 0.81% 0.1% -
XYZ 0.31 0.24 1.01 -
YUV 7.98 138.17 125.87 -
System Red Green Blue C M Y K H S L
Decimal 5 6 26 0.81 0.77 0 0.90 237.14 0.68 0.06
Hex 5 6 1A 51 4D 0 5A ED 44 6
Octal 5 6 32 121 115 0 132 355 104 6
Binary 101 110 11010 1010001 1001101 0 1011010 11101101 1000100 110

Color Harmonies of #05061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05061A

Black with #05061A

Text Example


Text Example

White with #05061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05061A; }

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

 H1.HeaderClassName
 {
   color: #05061A;
 }
 .AnyTagClassName
 {
   color: #05061A;
 }
</style>

background-color css

<style>
 a { background-color: #05061A; }

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

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

border-color css

<style>
 span { border-color: #05061A; }

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

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