Html Css Color HEX #07051D Black Russian

📋 copy color: '#07051D'

red 7 ◦ green 5 ◦ blue 29

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

Shades of Black Russian #07051D

Tints of Black Russian #07051D

RGB

 RED value IS 7 (3.13% from 255) = 17.07%

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

 BLUE value IS 29 (11.72% from 255) = 70.73%

R = 17.07%
G = 12.2%
B = 70.73%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07051D (or 0x07051D) is known color: Black Russian. HEX triplet: 07, 05 and 1D. RGB value is (7,5,29). Sum of RGB (Red+Green+Blue) = 7+5+29=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #07051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051D is #F8FAE2. Grayscale: #080808. Windows color (decimal): -16317155 or 1901831. OLE color: 1901831.

HSL color Cylindrical-coordinate representation of color #07051D: hue angle of 245º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #07051D is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 7 5 29 -
CMYK 0.76 0.83 0 0.89
HSL 245º 0.71% 0.07% -
HSV(B) 245º 0.83% 0.11% -
XYZ 0.36 0.24 1.19 -
YUV 8.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 7 5 29 0.76 0.83 0 0.89 245 0.71 0.07
Hex 7 5 1D 4C 53 0 59 F5 47 7
Octal 7 5 35 114 123 0 131 365 107 7
Binary 111 101 11101 1001100 1010011 0 1011001 11110101 1000111 111

Color Harmonies of #07051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07051D

Black with #07051D

Text Example


Text Example

White with #07051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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