Html Css Color HEX #030315 Black Russian

📋 copy color: '#030315'

red 3 ◦ green 3 ◦ blue 21

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

Shades of Black Russian #030315

Tints of Black Russian #030315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 77.78%

R = 11.11%
G = 11.11%
B = 77.78%

CMYK

 C value IS 0.86

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030315 (or 0x030315) is known color: Black Russian. HEX triplet: 03, 03 and 15. RGB value is (3,3,21). Sum of RGB (Red+Green+Blue) = 3+3+21=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 21 (8.59% from 255 or 77.78% from 27); Max value from RGB is 21 - color contains mainly: blue. Hex color #030315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030315 is #FCFCEA. Grayscale: #040404. Windows color (decimal): -16579819 or 1377027. OLE color: 1377027.

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

Color convert

RGB 3 3 21 -
CMYK 0.86 0.86 0 0.92
HSL 240º 0.75% 0.05% -
HSV(B) 240º 0.86% 0.08% -
XYZ 0.21 0.14 0.73 -
YUV 5.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 3 3 21 0.86 0.86 0 0.92 240 0.75 0.05
Hex 3 3 15 56 56 0 5C F0 4B 5
Octal 3 3 25 126 126 0 134 360 113 5
Binary 11 11 10101 1010110 1010110 0 1011100 11110000 1001011 101

Color Harmonies of #030315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030315

Black with #030315

Text Example


Text Example

White with #030315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030315; }

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

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

background-color css

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

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

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

border-color css

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

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

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