Html Css Color HEX #040510 Black Russian

📋 copy color: '#040510'

red 4 ◦ green 5 ◦ blue 16

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

Shades of Black Russian #040510

Tints of Black Russian #040510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 64%

R = 16%
G = 20%
B = 64%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#040510 (or 0x040510) is known color: Black Russian. HEX triplet: 04, 05 and 10. RGB value is (4,5,16). Sum of RGB (Red+Green+Blue) = 4+5+16=25 (3% of max value = 765). Red value is 4 (1.95% from 255 or 16% from 25); Green value is 5 (2.34% from 255 or 20% from 25); Blue value is 16 (6.64% from 255 or 64% from 25); Max value from RGB is 16 - color contains mainly: blue. Hex color #040510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040510 is #FBFAEF. Grayscale: #050505. Windows color (decimal): -16513776 or 1049860. OLE color: 1049860.

HSL color Cylindrical-coordinate representation of color #040510: hue angle of 235º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #040510 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 5 16 -
CMYK 0.75 0.69 0 0.94
HSL 235º 0.6% 0.04% -
HSV(B) 235º 0.75% 0.06% -
XYZ 0.2 0.17 0.51 -
YUV 5.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 4 5 16 0.75 0.69 0 0.94 235 0.6 0.04
Hex 4 5 10 4B 45 0 5E EB 3C 4
Octal 4 5 20 113 105 0 136 353 74 4
Binary 100 101 10000 1001011 1000101 0 1011110 11101011 111100 100

Color Harmonies of #040510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040510

Black with #040510

Text Example


Text Example

White with #040510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040510; }

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

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

background-color css

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

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

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

border-color css

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

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

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