Html Css Color HEX #030310 Black Russian

📋 copy color: '#030310'

red 3 ◦ green 3 ◦ blue 16

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

Shades of Black Russian #030310

Tints of Black Russian #030310

RGB

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

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

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

R = 13.64%
G = 13.64%
B = 72.73%

CMYK

 C value IS 0.81

 M value IS 0.81

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#030310 (or 0x030310) is known color: Black Russian. HEX triplet: 03, 03 and 10. RGB value is (3,3,16). Sum of RGB (Red+Green+Blue) = 3+3+16=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 16 (6.64% from 255 or 72.73% from 22); Max value from RGB is 16 - color contains mainly: blue. Hex color #030310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030310 is #FCFCEF. Grayscale: #040404. Windows color (decimal): -16579824 or 1049347. OLE color: 1049347.

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

Color convert

RGB 3 3 16 -
CMYK 0.81 0.81 0 0.94
HSL 240º 0.68% 0.04% -
HSV(B) 240º 0.81% 0.06% -
XYZ 0.16 0.12 0.51 -
YUV 4.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 3 3 16 0.81 0.81 0 0.94 240 0.68 0.04
Hex 3 3 10 51 51 0 5E F0 44 4
Octal 3 3 20 121 121 0 136 360 104 4
Binary 11 11 10000 1010001 1010001 0 1011110 11110000 1000100 100

Color Harmonies of #030310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030310

Black with #030310

Text Example


Text Example

White with #030310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030310; }

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

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

background-color css

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

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

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

border-color css

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

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

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