Html Css Color HEX #07061D Black Russian

📋 copy color: '#07061D'

red 7 ◦ green 6 ◦ blue 29

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

Shades of Black Russian #07061D

Tints of Black Russian #07061D

RGB

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

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

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

R = 16.67%
G = 14.29%
B = 69.05%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#07061D (or 0x07061D) is known color: Black Russian. HEX triplet: 07, 06 and 1D. RGB value is (7,6,29). Sum of RGB (Red+Green+Blue) = 7+6+29=42 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.67% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #07061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07061D is #F8F9E2. Grayscale: #080808. Windows color (decimal): -16316899 or 1902087. OLE color: 1902087.

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

Color convert

RGB 7 6 29 -
CMYK 0.76 0.79 0 0.89
HSL 242.61º 0.66% 0.07% -
HSV(B) 242.61º 0.79% 0.11% -
XYZ 0.37 0.26 1.19 -
YUV 8.92 139.33 126.63 -
System Red Green Blue C M Y K H S L
Decimal 7 6 29 0.76 0.79 0 0.89 242.61 0.66 0.07
Hex 7 6 1D 4C 4F 0 59 F3 42 7
Octal 7 6 35 114 117 0 131 363 102 7
Binary 111 110 11101 1001100 1001111 0 1011001 11110011 1000010 111

Color Harmonies of #07061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07061D

Black with #07061D

Text Example


Text Example

White with #07061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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