Html Css Color HEX #01030D Black Russian

📋 copy color: '#01030D'

red 1 ◦ green 3 ◦ blue 13

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

Shades of Black Russian #01030D

Tints of Black Russian #01030D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 76.47%

R = 5.88%
G = 17.65%
B = 76.47%

CMYK

 C value IS 0.92

 M value IS 0.77

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#01030D (or 0x01030D) is known color: Black Russian. HEX triplet: 01, 03 and 0D. RGB value is (1,3,13). Sum of RGB (Red+Green+Blue) = 1+3+13=17 (2% of max value = 765). Red value is 1 (0.78% from 255 or 5.88% from 17); Green value is 3 (1.56% from 255 or 17.65% from 17); Blue value is 13 (5.47% from 255 or 76.47% from 17); Max value from RGB is 13 - color contains mainly: blue. Hex color #01030D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030D is #FEFCF2. Grayscale: #030303. Windows color (decimal): -16710899 or 852737. OLE color: 852737.

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

Color convert

RGB 1 3 13 -
CMYK 0.92 0.77 0 0.95
HSL 230º 0.86% 0.03% -
HSV(B) 230º 0.92% 0.05% -
XYZ 0.12 0.1 0.39 -
YUV 3.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 1 3 13 0.92 0.77 0 0.95 230 0.86 0.03
Hex 1 3 D 5C 4D 0 5F E6 56 3
Octal 1 3 15 134 115 0 137 346 126 3
Binary 1 11 1101 1011100 1001101 0 1011111 11100110 1010110 11

Color Harmonies of #01030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01030D

Black with #01030D

Text Example


Text Example

White with #01030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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