Html Css Color HEX #07071D Black Russian

📋 copy color: '#07071D'

red 7 ◦ green 7 ◦ blue 29

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

Shades of Black Russian #07071D

Tints of Black Russian #07071D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.28%

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

R = 16.28%
G = 16.28%
B = 67.44%

CMYK

 C value IS 0.76

 M value IS 0.76

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07071D (or 0x07071D) is known color: Black Russian. HEX triplet: 07, 07 and 1D. RGB value is (7,7,29). Sum of RGB (Red+Green+Blue) = 7+7+29=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #07071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07071D is #F8F8E2. Grayscale: #090909. Windows color (decimal): -16316643 or 1902343. OLE color: 1902343.

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

Color convert

RGB 7 7 29 -
CMYK 0.76 0.76 0 0.89
HSL 240º 0.61% 0.07% -
HSV(B) 240º 0.76% 0.11% -
XYZ 0.39 0.29 1.2 -
YUV 9.51 139 126.21 -
System Red Green Blue C M Y K H S L
Decimal 7 7 29 0.76 0.76 0 0.89 240 0.61 0.07
Hex 7 7 1D 4C 4C 0 59 F0 3D 7
Octal 7 7 35 114 114 0 131 360 75 7
Binary 111 111 11101 1001100 1001100 0 1011001 11110000 111101 111

Color Harmonies of #07071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07071D

Black with #07071D

Text Example


Text Example

White with #07071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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