Html Css Color HEX #040507 Black Russian

📋 copy color: '#040507'

red 4 ◦ green 5 ◦ blue 7

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

Shades of Black Russian #040507

Tints of Black Russian #040507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 31.25%

 BLUE value IS 7 (3.13% from 255) = 43.75%

R = 25%
G = 31.25%
B = 43.75%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#040507 (or 0x040507) is known color: Black Russian. HEX triplet: 04, 05 and 07. RGB value is (4,5,7). Sum of RGB (Red+Green+Blue) = 4+5+7=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 5 (2.34% from 255 or 31.25% from 16); Blue value is 7 (3.12% from 255 or 43.75% from 16); Max value from RGB is 7 - color contains mainly: blue. Hex color #040507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040507 is #FBFAF8. Grayscale: #040404. Windows color (decimal): -16513785 or 460036. OLE color: 460036.

HSL color Cylindrical-coordinate representation of color #040507: hue angle of 220º degrees, saturation: 0.27, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #040507 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 4 5 7 -
CMYK 0.43 0.29 0 0.97
HSL 220º 0.27% 0.02% -
HSV(B) 220º 0.43% 0.03% -
XYZ 0.14 0.15 0.22 -
YUV 4.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 4 5 7 0.43 0.29 0 0.97 220 0.27 0.02
Hex 4 5 7 2B 1D 0 61 DC 1B 2
Octal 4 5 7 53 35 0 141 334 33 2
Binary 100 101 111 101011 11101 0 1100001 11011100 11011 10

Color Harmonies of #040507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040507

Black with #040507

Text Example


Text Example

White with #040507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040507; }

 p { color: rgb(4,5,7); }

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

background-color css

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

 a { background-color: rgb(4,5,7); }

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

border-color css

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

 span { border-color: rgb(4,5,7); }

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