Html Css Color HEX #070426 Black Russian

📋 copy color: '#070426'

red 7 ◦ green 4 ◦ blue 38

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

Shades of Black Russian #070426

Tints of Black Russian #070426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8.16%

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

R = 14.29%
G = 8.16%
B = 77.55%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070426 (or 0x070426) is known color: Black Russian. HEX triplet: 07, 04 and 26. RGB value is (7,4,38). Sum of RGB (Red+Green+Blue) = 7+4+38=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 38 (15.23% from 255 or 77.55% from 49); Max value from RGB is 38 - color contains mainly: blue. Hex color #070426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070426 is #F8FBD9. Grayscale: #080808. Windows color (decimal): -16317402 or 2491399. OLE color: 2491399.

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

Color convert

RGB 7 4 38 -
CMYK 0.82 0.89 0 0.85
HSL 245.29º 0.81% 0.08% -
HSV(B) 245.29º 0.89% 0.15% -
XYZ 0.48 0.27 1.86 -
YUV 8.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 7 4 38 0.82 0.89 0 0.85 245.29 0.81 0.08
Hex 7 4 26 52 59 0 55 F5 51 8
Octal 7 4 46 122 131 0 125 365 121 10
Binary 111 100 100110 1010010 1011001 0 1010101 11110101 1010001 1000

Color Harmonies of #070426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070426

Black with #070426

Text Example


Text Example

White with #070426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070426; }

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

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

background-color css

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

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

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

border-color css

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

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

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