Html Css Color HEX #01001E Black Russian

📋 copy color: '#01001E'

red 1 ◦ green 0 ◦ blue 30

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

Shades of Black Russian #01001E

Tints of Black Russian #01001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 30 (12.11% from 255) = 96.77%

R = 3.23%
G = 0%
B = 96.77%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01001E (or 0x01001E) is known color: Black Russian. HEX triplet: 01, 00 and 1E. RGB value is (1,0,30). Sum of RGB (Red+Green+Blue) = 1+0+30=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 30 (12.11% from 255 or 96.77% from 31); Max value from RGB is 30 - color contains mainly: blue. Hex color #01001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01001E is #FEFFE1. Grayscale: #030303. Windows color (decimal): -16711650 or 1966081. OLE color: 1966081.

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

Color convert

RGB 1 0 30 -
CMYK 0.97 1 0 0.88
HSL 242º 1% 0.06% -
HSV(B) 242º 1% 0.12% -
XYZ 0.25 0.1 1.23 -
YUV 3.72 142.83 126.06 -
System Red Green Blue C M Y K H S L
Decimal 1 0 30 0.97 1 0 0.88 242 1 0.06
Hex 1 0 1E 61 64 0 58 F2 64 6
Octal 1 0 36 141 144 0 130 362 144 6
Binary 1 0 11110 1100001 1100100 0 1011000 11110010 1100100 110

Color Harmonies of #01001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01001E

Black with #01001E

Text Example


Text Example

White with #01001E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01001E; }

 p { color: rgb(1,0,30); }

 H1.HeaderClassName
 {
   color: #01001E;
 }
 .AnyTagClassName
 {
   color: #01001E;
 }
</style>

background-color css

<style>
 a { background-color: #01001E; }

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

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

border-color css

<style>
 span { border-color: #01001E; }

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

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