Html Css Color HEX #040215 Black Russian

📋 copy color: '#040215'

red 4 ◦ green 2 ◦ blue 21

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

Shades of Black Russian #040215

Tints of Black Russian #040215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 7.41%

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

R = 14.81%
G = 7.41%
B = 77.78%

CMYK

 C value IS 0.81

 M value IS 0.90

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040215 (or 0x040215) is known color: Black Russian. HEX triplet: 04, 02 and 15. RGB value is (4,2,21). Sum of RGB (Red+Green+Blue) = 4+2+21=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 2 (1.17% from 255 or 7.41% 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 #040215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040215 is #FBFDEA. Grayscale: #040404. Windows color (decimal): -16514539 or 1376772. OLE color: 1376772.

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

Color convert

RGB 4 2 21 -
CMYK 0.81 0.90 0 0.92
HSL 246.32º 0.83% 0.05% -
HSV(B) 246.32º 0.9% 0.08% -
XYZ 0.21 0.12 0.72 -
YUV 4.76 137.16 127.46 -
System Red Green Blue C M Y K H S L
Decimal 4 2 21 0.81 0.90 0 0.92 246.32 0.83 0.05
Hex 4 2 15 51 5A 0 5C F6 53 5
Octal 4 2 25 121 132 0 134 366 123 5
Binary 100 10 10101 1010001 1011010 0 1011100 11110110 1010011 101

Color Harmonies of #040215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040215

Black with #040215

Text Example


Text Example

White with #040215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040215; }

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

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

background-color css

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

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

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

border-color css

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

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

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