Html Css Color HEX #070726 Black Russian

📋 copy color: '#070726'

red 7 ◦ green 7 ◦ blue 38

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

Shades of Black Russian #070726

Tints of Black Russian #070726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 73.08%

R = 13.46%
G = 13.46%
B = 73.08%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070726 (or 0x070726) is known color: Black Russian. HEX triplet: 07, 07 and 26. RGB value is (7,7,38). Sum of RGB (Red+Green+Blue) = 7+7+38=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 38 (15.23% from 255 or 73.08% from 52); Max value from RGB is 38 - color contains mainly: blue. Hex color #070726 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070726 is #F8F8D9. Grayscale: #0A0A0A. Windows color (decimal): -16316634 or 2492167. OLE color: 2492167.

HSL color Cylindrical-coordinate representation of color #070726: hue angle of 240º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070726 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 7 38 -
CMYK 0.82 0.82 0 0.85
HSL 240º 0.69% 0.09% -
HSV(B) 240º 0.82% 0.15% -
XYZ 0.51 0.34 1.87 -
YUV 10.53 143.5 125.48 -
System Red Green Blue C M Y K H S L
Decimal 7 7 38 0.82 0.82 0 0.85 240 0.69 0.09
Hex 7 7 26 52 52 0 55 F0 45 9
Octal 7 7 46 122 122 0 125 360 105 11
Binary 111 111 100110 1010010 1010010 0 1010101 11110000 1000101 1001

Color Harmonies of #070726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070726

Black with #070726

Text Example


Text Example

White with #070726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070726; }

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

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

background-color css

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

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

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

border-color css

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

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

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