Html Css Color HEX #01061A Black Russian

📋 copy color: '#01061A'

red 1 ◦ green 6 ◦ blue 26

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

Shades of Black Russian #01061A

Tints of Black Russian #01061A

RGB

 RED value IS 1 (0.78% from 255) = 3.03%

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

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

R = 3.03%
G = 18.18%
B = 78.79%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#01061A (or 0x01061A) is known color: Black Russian. HEX triplet: 01, 06 and 1A. RGB value is (1,6,26). Sum of RGB (Red+Green+Blue) = 1+6+26=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 26 (10.55% from 255 or 78.79% from 33); Max value from RGB is 26 - color contains mainly: blue. Hex color #01061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01061A is #FEF9E5. Grayscale: #060606. Windows color (decimal): -16710118 or 1705473. OLE color: 1705473.

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

Color convert

RGB 1 6 26 -
CMYK 0.96 0.77 0 0.90
HSL 228º 0.93% 0.05% -
HSV(B) 228º 0.96% 0.1% -
XYZ 0.26 0.21 1 -
YUV 6.79 138.84 123.87 -
System Red Green Blue C M Y K H S L
Decimal 1 6 26 0.96 0.77 0 0.90 228 0.93 0.05
Hex 1 6 1A 60 4D 0 5A E4 5D 5
Octal 1 6 32 140 115 0 132 344 135 5
Binary 1 110 11010 1100000 1001101 0 1011010 11100100 1011101 101

Color Harmonies of #01061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01061A

Black with #01061A

Text Example


Text Example

White with #01061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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