Html Css Color HEX #01011F Black Russian

📋 copy color: '#01011F'

red 1 ◦ green 1 ◦ blue 31

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

Shades of Black Russian #01011F

Tints of Black Russian #01011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 93.94%

R = 3.03%
G = 3.03%
B = 93.94%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01011F (or 0x01011F) is known color: Black Russian. HEX triplet: 01, 01 and 1F. RGB value is (1,1,31). Sum of RGB (Red+Green+Blue) = 1+1+31=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 31 (12.5% from 255 or 93.94% from 33); Max value from RGB is 31 - color contains mainly: blue. Hex color #01011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01011F is #FEFEE0. Grayscale: #040404. Windows color (decimal): -16711393 or 2031873. OLE color: 2031873.

HSL color Cylindrical-coordinate representation of color #01011F: hue angle of 240º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01011F is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 1 31 -
CMYK 0.97 0.97 0 0.88
HSL 240º 0.94% 0.06% -
HSV(B) 240º 0.97% 0.12% -
XYZ 0.27 0.13 1.31 -
YUV 4.42 143 125.56 -
System Red Green Blue C M Y K H S L
Decimal 1 1 31 0.97 0.97 0 0.88 240 0.94 0.06
Hex 1 1 1F 61 61 0 58 F0 5E 6
Octal 1 1 37 141 141 0 130 360 136 6
Binary 1 1 11111 1100001 1100001 0 1011000 11110000 1011110 110

Color Harmonies of #01011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01011F

Black with #01011F

Text Example


Text Example

White with #01011F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01011F; }

 p { color: rgb(1,1,31); }

 H1.HeaderClassName
 {
   color: #01011F;
 }
 .AnyTagClassName
 {
   color: #01011F;
 }
</style>

background-color css

<style>
 a { background-color: #01011F; }

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

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

border-color css

<style>
 span { border-color: #01011F; }

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

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