Html Css Color HEX #01051F Black Russian

📋 copy color: '#01051F'

red 1 ◦ green 5 ◦ blue 31

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

Shades of Black Russian #01051F

Tints of Black Russian #01051F

RGB

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

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

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

R = 2.7%
G = 13.51%
B = 83.78%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01051F (or 0x01051F) is known color: Black Russian. HEX triplet: 01, 05 and 1F. RGB value is (1,5,31). Sum of RGB (Red+Green+Blue) = 1+5+31=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 31 (12.5% from 255 or 83.78% from 37); Max value from RGB is 31 - color contains mainly: blue. Hex color #01051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01051F is #FEFAE0. Grayscale: #060606. Windows color (decimal): -16710369 or 2032897. OLE color: 2032897.

HSL color Cylindrical-coordinate representation of color #01051F: hue angle of 232º 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 #01051F is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 5 31 -
CMYK 0.97 0.84 0 0.88
HSL 232º 0.94% 0.06% -
HSV(B) 232º 0.97% 0.12% -
XYZ 0.31 0.21 1.32 -
YUV 6.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 1 5 31 0.97 0.84 0 0.88 232 0.94 0.06
Hex 1 5 1F 61 54 0 58 E8 5E 6
Octal 1 5 37 141 124 0 130 350 136 6
Binary 1 101 11111 1100001 1010100 0 1011000 11101000 1011110 110

Color Harmonies of #01051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01051F

Black with #01051F

Text Example


Text Example

White with #01051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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