Html Css Color HEX #070035 Black Russian

📋 copy color: '#070035'

red 7 ◦ green 0 ◦ blue 53

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

Shades of Black Russian #070035

Tints of Black Russian #070035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 88.33%

R = 11.67%
G = 0%
B = 88.33%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#070035 (or 0x070035) is known color: Black Russian. HEX triplet: 07, 00 and 35. RGB value is (7,0,53). Sum of RGB (Red+Green+Blue) = 7+0+53=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 53 (21.09% from 255 or 88.33% from 60); Max value from RGB is 53 - color contains mainly: blue. Hex color #070035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070035 is #F8FFCA. Grayscale: #070707. Windows color (decimal): -16318411 or 3473415. OLE color: 3473415.

HSL color Cylindrical-coordinate representation of color #070035: hue angle of 247.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070035 is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 0 53 -
CMYK 0.87 1 0 0.79
HSL 247.92º 1% 0.1% -
HSV(B) 247.92º 1% 0.21% -
XYZ 0.73 0.3 3.39 -
YUV 8.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 7 0 53 0.87 1 0 0.79 247.92 1 0.1
Hex 7 0 35 57 64 0 4F F8 64 A
Octal 7 0 65 127 144 0 117 370 144 12
Binary 111 0 110101 1010111 1100100 0 1001111 11111000 1100100 1010

Color Harmonies of #070035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070035

Black with #070035

Text Example


Text Example

White with #070035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070035; }

 p { color: rgb(7,0,53); }

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

background-color css

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

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

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

border-color css

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

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

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