Html Css Color HEX #01061D Black Russian

📋 copy color: '#01061D'

red 1 ◦ green 6 ◦ blue 29

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

Shades of Black Russian #01061D

Tints of Black Russian #01061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 80.56%

R = 2.78%
G = 16.67%
B = 80.56%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01061D (or 0x01061D) is known color: Black Russian. HEX triplet: 01, 06 and 1D. RGB value is (1,6,29). Sum of RGB (Red+Green+Blue) = 1+6+29=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 6 (2.73% from 255 or 16.67% from 36); Blue value is 29 (11.72% from 255 or 80.56% from 36); Max value from RGB is 29 - color contains mainly: blue. Hex color #01061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01061D is #FEF9E2. Grayscale: #070707. Windows color (decimal): -16710115 or 1902081. OLE color: 1902081.

HSL color Cylindrical-coordinate representation of color #01061D: hue angle of 229.29º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01061D is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 6 29 -
CMYK 0.97 0.79 0 0.89
HSL 229.29º 0.93% 0.06% -
HSV(B) 229.29º 0.97% 0.11% -
XYZ 0.3 0.23 1.19 -
YUV 7.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 1 6 29 0.97 0.79 0 0.89 229.29 0.93 0.06
Hex 1 6 1D 61 4F 0 59 E5 5D 6
Octal 1 6 35 141 117 0 131 345 135 6
Binary 1 110 11101 1100001 1001111 0 1011001 11100101 1011101 110

Color Harmonies of #01061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01061D

Black with #01061D

Text Example


Text Example

White with #01061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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