Html Css Color HEX #01031E Black Russian

📋 copy color: '#01031E'

red 1 ◦ green 3 ◦ blue 30

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

Shades of Black Russian #01031E

Tints of Black Russian #01031E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 8.82%

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

R = 2.94%
G = 8.82%
B = 88.24%

CMYK

 C value IS 0.97

 M value IS 0.90

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#01031E (or 0x01031E) is known color: Black Russian. HEX triplet: 01, 03 and 1E. RGB value is (1,3,30). Sum of RGB (Red+Green+Blue) = 1+3+30=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 3 (1.56% from 255 or 8.82% from 34); Blue value is 30 (12.11% from 255 or 88.24% from 34); Max value from RGB is 30 - color contains mainly: blue. Hex color #01031E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031E is #FEFCE1. Grayscale: #050505. Windows color (decimal): -16710882 or 1966849. OLE color: 1966849.

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

Color convert

RGB 1 3 30 -
CMYK 0.97 0.90 0 0.88
HSL 235.86º 0.94% 0.06% -
HSV(B) 235.86º 0.97% 0.12% -
XYZ 0.28 0.17 1.25 -
YUV 5.48 141.84 124.8 -
System Red Green Blue C M Y K H S L
Decimal 1 3 30 0.97 0.90 0 0.88 235.86 0.94 0.06
Hex 1 3 1E 61 5A 0 58 EC 5E 6
Octal 1 3 36 141 132 0 130 354 136 6
Binary 1 11 11110 1100001 1011010 0 1011000 11101100 1011110 110

Color Harmonies of #01031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01031E

Black with #01031E

Text Example


Text Example

White with #01031E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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