Html Css Color HEX #01030E Black Russian

📋 copy color: '#01030E'

red 1 ◦ green 3 ◦ blue 14

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

Shades of Black Russian #01030E

Tints of Black Russian #01030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 77.78%

R = 5.56%
G = 16.67%
B = 77.78%

CMYK

 C value IS 0.93

 M value IS 0.79

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01030E (or 0x01030E) is known color: Black Russian. HEX triplet: 01, 03 and 0E. RGB value is (1,3,14). Sum of RGB (Red+Green+Blue) = 1+3+14=18 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.56% from 18); Green value is 3 (1.56% from 255 or 16.67% from 18); Blue value is 14 (5.86% from 255 or 77.78% from 18); Max value from RGB is 14 - color contains mainly: blue. Hex color #01030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030E is #FEFCF1. Grayscale: #030303. Windows color (decimal): -16710898 or 918273. OLE color: 918273.

HSL color Cylindrical-coordinate representation of color #01030E: hue angle of 230.77º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #01030E is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 1 3 14 -
CMYK 0.93 0.79 0 0.95
HSL 230.77º 0.87% 0.03% -
HSV(B) 230.77º 0.93% 0.05% -
XYZ 0.12 0.1 0.43 -
YUV 3.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 1 3 14 0.93 0.79 0 0.95 230.77 0.87 0.03
Hex 1 3 E 5D 4F 0 5F E7 57 3
Octal 1 3 16 135 117 0 137 347 127 3
Binary 1 11 1110 1011101 1001111 0 1011111 11100111 1010111 11

Color Harmonies of #01030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01030E

Black with #01030E

Text Example


Text Example

White with #01030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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