Html Css Color HEX #030110 Black Russian

📋 copy color: '#030110'

red 3 ◦ green 1 ◦ blue 16

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

Shades of Black Russian #030110

Tints of Black Russian #030110

RGB

 RED value IS 3 (1.56% from 255) = 15%

 GREEN value IS 1 (0.78% from 255) = 5%

 BLUE value IS 16 (6.64% from 255) = 80%

R = 15%
G = 5%
B = 80%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#030110 (or 0x030110) is known color: Black Russian. HEX triplet: 03, 01 and 10. RGB value is (3,1,16). Sum of RGB (Red+Green+Blue) = 3+1+16=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 16 (6.64% from 255 or 80% from 20); Max value from RGB is 16 - color contains mainly: blue. Hex color #030110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030110 is #FCFEEF. Grayscale: #030303. Windows color (decimal): -16580336 or 1048835. OLE color: 1048835.

HSL color Cylindrical-coordinate representation of color #030110: hue angle of 248º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #030110 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 1 16 -
CMYK 0.81 0.94 0 0.94
HSL 248º 0.88% 0.03% -
HSV(B) 248º 0.94% 0.06% -
XYZ 0.14 0.08 0.5 -
YUV 3.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 3 1 16 0.81 0.94 0 0.94 248 0.88 0.03
Hex 3 1 10 51 5E 0 5E F8 58 3
Octal 3 1 20 121 136 0 136 370 130 3
Binary 11 1 10000 1010001 1011110 0 1011110 11111000 1011000 11

Color Harmonies of #030110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030110

Black with #030110

Text Example


Text Example

White with #030110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030110; }

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

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

background-color css

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

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

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

border-color css

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

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

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