Html Css Color HEX #07051F Black Russian

📋 copy color: '#07051F'

red 7 ◦ green 5 ◦ blue 31

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

Shades of Black Russian #07051F

Tints of Black Russian #07051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 72.09%

R = 16.28%
G = 11.63%
B = 72.09%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07051F (or 0x07051F) is known color: Black Russian. HEX triplet: 07, 05 and 1F. RGB value is (7,5,31). Sum of RGB (Red+Green+Blue) = 7+5+31=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #07051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07051F is #F8FAE0. Grayscale: #080808. Windows color (decimal): -16317153 or 2032903. OLE color: 2032903.

HSL color Cylindrical-coordinate representation of color #07051F: hue angle of 244.62º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07051F is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 5 31 -
CMYK 0.77 0.84 0 0.88
HSL 244.62º 0.72% 0.07% -
HSV(B) 244.62º 0.84% 0.12% -
XYZ 0.39 0.25 1.32 -
YUV 8.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 7 5 31 0.77 0.84 0 0.88 244.62 0.72 0.07
Hex 7 5 1F 4D 54 0 58 F5 48 7
Octal 7 5 37 115 124 0 130 365 110 7
Binary 111 101 11111 1001101 1010100 0 1011000 11110101 1001000 111

Color Harmonies of #07051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07051F

Black with #07051F

Text Example


Text Example

White with #07051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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