Html Css Color HEX #040315 Black Russian

📋 copy color: '#040315'

red 4 ◦ green 3 ◦ blue 21

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

Shades of Black Russian #040315

Tints of Black Russian #040315

RGB

 RED value IS 4 (1.95% from 255) = 14.29%

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

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

R = 14.29%
G = 10.71%
B = 75%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040315 (or 0x040315) is known color: Black Russian. HEX triplet: 04, 03 and 15. RGB value is (4,3,21). Sum of RGB (Red+Green+Blue) = 4+3+21=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 3 (1.56% from 255 or 10.71% from 28); Blue value is 21 (8.59% from 255 or 75% from 28); Max value from RGB is 21 - color contains mainly: blue. Hex color #040315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040315 is #FBFCEA. Grayscale: #050505. Windows color (decimal): -16514283 or 1377028. OLE color: 1377028.

HSL color Cylindrical-coordinate representation of color #040315: hue angle of 243.33º 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 #040315 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 3 21 -
CMYK 0.81 0.86 0 0.92
HSL 243.33º 0.75% 0.05% -
HSV(B) 243.33º 0.86% 0.08% -
XYZ 0.22 0.15 0.73 -
YUV 5.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 4 3 21 0.81 0.86 0 0.92 243.33 0.75 0.05
Hex 4 3 15 51 56 0 5C F3 4B 5
Octal 4 3 25 121 126 0 134 363 113 5
Binary 100 11 10101 1010001 1010110 0 1011100 11110011 1001011 101

Color Harmonies of #040315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040315

Black with #040315

Text Example


Text Example

White with #040315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040315; }

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

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

background-color css

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

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

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

border-color css

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

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

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