Html Css Color HEX #070428 Black Russian

📋 copy color: '#070428'

red 7 ◦ green 4 ◦ blue 40

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

Shades of Black Russian #070428

Tints of Black Russian #070428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 78.43%

R = 13.73%
G = 7.84%
B = 78.43%

CMYK

 C value IS 0.83

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#070428 (or 0x070428) is known color: Black Russian. HEX triplet: 07, 04 and 28. RGB value is (7,4,40). Sum of RGB (Red+Green+Blue) = 7+4+40=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 40 (16.02% from 255 or 78.43% from 51); Max value from RGB is 40 - color contains mainly: blue. Hex color #070428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070428 is #F8FBD7. Grayscale: #080808. Windows color (decimal): -16317400 or 2622471. OLE color: 2622471.

HSL color Cylindrical-coordinate representation of color #070428: hue angle of 245º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070428 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 4 40 -
CMYK 0.83 0.90 0 0.84
HSL 245º 0.82% 0.09% -
HSV(B) 245º 0.9% 0.16% -
XYZ 0.51 0.29 2.04 -
YUV 9 145.49 126.57 -
System Red Green Blue C M Y K H S L
Decimal 7 4 40 0.83 0.90 0 0.84 245 0.82 0.09
Hex 7 4 28 53 5A 0 54 F5 52 9
Octal 7 4 50 123 132 0 124 365 122 11
Binary 111 100 101000 1010011 1011010 0 1010100 11110101 1010010 1001

Color Harmonies of #070428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070428

Black with #070428

Text Example


Text Example

White with #070428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070428; }

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

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

background-color css

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

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

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

border-color css

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

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

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