Html Css Color HEX #070528 Black Russian

📋 copy color: '#070528'

red 7 ◦ green 5 ◦ blue 40

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

Shades of Black Russian #070528

Tints of Black Russian #070528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.62%

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

R = 13.46%
G = 9.62%
B = 76.92%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#070528 (or 0x070528) is known color: Black Russian. HEX triplet: 07, 05 and 28. RGB value is (7,5,40). Sum of RGB (Red+Green+Blue) = 7+5+40=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 40 (16.02% from 255 or 76.92% from 52); Max value from RGB is 40 - color contains mainly: blue. Hex color #070528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070528 is #F8FAD7. Grayscale: #090909. Windows color (decimal): -16317144 or 2622727. OLE color: 2622727.

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

Color convert

RGB 7 5 40 -
CMYK 0.83 0.88 0 0.84
HSL 243.43º 0.78% 0.09% -
HSV(B) 243.43º 0.88% 0.16% -
XYZ 0.52 0.31 2.04 -
YUV 9.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 7 5 40 0.83 0.88 0 0.84 243.43 0.78 0.09
Hex 7 5 28 53 58 0 54 F3 4E 9
Octal 7 5 50 123 130 0 124 363 116 11
Binary 111 101 101000 1010011 1011000 0 1010100 11110011 1001110 1001

Color Harmonies of #070528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070528

Black with #070528

Text Example


Text Example

White with #070528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070528; }

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

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

background-color css

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

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

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

border-color css

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

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

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