Html Css Color HEX #030316 Black Russian

📋 copy color: '#030316'

red 3 ◦ green 3 ◦ blue 22

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

Shades of Black Russian #030316

Tints of Black Russian #030316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 78.57%

R = 10.71%
G = 10.71%
B = 78.57%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#030316 (or 0x030316) is known color: Black Russian. HEX triplet: 03, 03 and 16. RGB value is (3,3,22). Sum of RGB (Red+Green+Blue) = 3+3+22=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 22 (8.98% from 255 or 78.57% from 28); Max value from RGB is 22 - color contains mainly: blue. Hex color #030316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030316 is #FCFCE9. Grayscale: #050505. Windows color (decimal): -16579818 or 1442563. OLE color: 1442563.

HSL color Cylindrical-coordinate representation of color #030316: hue angle of 240º degrees, saturation: 0.76, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030316 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 3 22 -
CMYK 0.86 0.86 0 0.91
HSL 240º 0.76% 0.05% -
HSV(B) 240º 0.86% 0.09% -
XYZ 0.21 0.14 0.78 -
YUV 5.17 137.5 126.46 -
System Red Green Blue C M Y K H S L
Decimal 3 3 22 0.86 0.86 0 0.91 240 0.76 0.05
Hex 3 3 16 56 56 0 5B F0 4C 5
Octal 3 3 26 126 126 0 133 360 114 5
Binary 11 11 10110 1010110 1010110 0 1011011 11110000 1001100 101

Color Harmonies of #030316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030316

Black with #030316

Text Example


Text Example

White with #030316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030316; }

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

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

background-color css

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

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

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

border-color css

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

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

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