Html Css Color HEX #07081A Black Russian

📋 copy color: '#07081A'

red 7 ◦ green 8 ◦ blue 26

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

Shades of Black Russian #07081A

Tints of Black Russian #07081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 19.51%

 BLUE value IS 26 (10.55% from 255) = 63.41%

R = 17.07%
G = 19.51%
B = 63.41%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#07081A (or 0x07081A) is known color: Black Russian. HEX triplet: 07, 08 and 1A. RGB value is (7,8,26). Sum of RGB (Red+Green+Blue) = 7+8+26=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 26 (10.55% from 255 or 63.41% from 41); Max value from RGB is 26 - color contains mainly: blue. Hex color #07081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07081A is #F8F7E5. Grayscale: #090909. Windows color (decimal): -16316390 or 1705991. OLE color: 1705991.

HSL color Cylindrical-coordinate representation of color #07081A: hue angle of 236.84º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #07081A is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 8 26 -
CMYK 0.73 0.69 0 0.90
HSL 236.84º 0.58% 0.06% -
HSV(B) 236.84º 0.73% 0.1% -
XYZ 0.36 0.29 1.01 -
YUV 9.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 7 8 26 0.73 0.69 0 0.90 236.84 0.58 0.06
Hex 7 8 1A 49 45 0 5A ED 3A 6
Octal 7 10 32 111 105 0 132 355 72 6
Binary 111 1000 11010 1001001 1000101 0 1011010 11101101 111010 110

Color Harmonies of #07081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07081A

Black with #07081A

Text Example


Text Example

White with #07081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07081A; }

 p { color: rgb(7,8,26); }

 H1.HeaderClassName
 {
   color: #07081A;
 }
 .AnyTagClassName
 {
   color: #07081A;
 }
</style>

background-color css

<style>
 a { background-color: #07081A; }

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

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

border-color css

<style>
 span { border-color: #07081A; }

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

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