Html Css Color HEX #07061F Black Russian

📋 copy color: '#07061F'

red 7 ◦ green 6 ◦ blue 31

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

Shades of Black Russian #07061F

Tints of Black Russian #07061F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.64%

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

R = 15.91%
G = 13.64%
B = 70.45%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#07061F (or 0x07061F) is known color: Black Russian. HEX triplet: 07, 06 and 1F. RGB value is (7,6,31). Sum of RGB (Red+Green+Blue) = 7+6+31=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 31 (12.5% from 255 or 70.45% from 44); Max value from RGB is 31 - color contains mainly: blue. Hex color #07061F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07061F is #F8F9E0. Grayscale: #090909. Windows color (decimal): -16316897 or 2033159. OLE color: 2033159.

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

Color convert

RGB 7 6 31 -
CMYK 0.77 0.81 0 0.88
HSL 242.4º 0.68% 0.07% -
HSV(B) 242.4º 0.81% 0.12% -
XYZ 0.4 0.27 1.33 -
YUV 9.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 7 6 31 0.77 0.81 0 0.88 242.4 0.68 0.07
Hex 7 6 1F 4D 51 0 58 F2 44 7
Octal 7 6 37 115 121 0 130 362 104 7
Binary 111 110 11111 1001101 1010001 0 1011000 11110010 1000100 111

Color Harmonies of #07061F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07061F

Black with #07061F

Text Example


Text Example

White with #07061F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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