Html Css Color HEX #01030A Black Russian

📋 copy color: '#01030A'

red 1 ◦ green 3 ◦ blue 10

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

Shades of Black Russian #01030A

Tints of Black Russian #01030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 71.43%

R = 7.14%
G = 21.43%
B = 71.43%

CMYK

 C value IS 0.90

 M value IS 0.70

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#01030A (or 0x01030A) is known color: Black Russian. HEX triplet: 01, 03 and 0A. RGB value is (1,3,10). Sum of RGB (Red+Green+Blue) = 1+3+10=14 (1% of max value = 765). Red value is 1 (0.78% from 255 or 7.14% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 10 (4.30% from 255 or 71.43% from 14); Max value from RGB is 10 - color contains mainly: blue. Hex color #01030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #01030A is #FEFCF5. Grayscale: #030303. Windows color (decimal): -16710902 or 656129. OLE color: 656129.

HSL color Cylindrical-coordinate representation of color #01030A: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #01030A is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 1 3 10 -
CMYK 0.90 0.70 0 0.96
HSL 226.67º 0.82% 0.02% -
HSV(B) 226.67º 0.9% 0.04% -
XYZ 0.1 0.09 0.3 -
YUV 3.2 131.84 126.43 -
System Red Green Blue C M Y K H S L
Decimal 1 3 10 0.90 0.70 0 0.96 226.67 0.82 0.02
Hex 1 3 A 5A 46 0 60 E3 52 2
Octal 1 3 12 132 106 0 140 343 122 2
Binary 1 11 1010 1011010 1000110 0 1100000 11100011 1010010 10

Color Harmonies of #01030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01030A

Black with #01030A

Text Example


Text Example

White with #01030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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