Html Css Color HEX #070030 Black Russian

📋 copy color: '#070030'

red 7 ◦ green 0 ◦ blue 48

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

Shades of Black Russian #070030

Tints of Black Russian #070030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 87.27%

R = 12.73%
G = 0%
B = 87.27%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#070030 (or 0x070030) is known color: Black Russian. HEX triplet: 07, 00 and 30. RGB value is (7,0,48). Sum of RGB (Red+Green+Blue) = 7+0+48=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 48 (19.14% from 255 or 87.27% from 55); Max value from RGB is 48 - color contains mainly: blue. Hex color #070030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070030 is #F8FFCF. Grayscale: #070707. Windows color (decimal): -16318416 or 3145735. OLE color: 3145735.

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

Color convert

RGB 7 0 48 -
CMYK 0.85 1 0 0.81
HSL 248.75º 1% 0.09% -
HSV(B) 248.75º 1% 0.19% -
XYZ 0.62 0.26 2.81 -
YUV 7.57 150.82 127.6 -
System Red Green Blue C M Y K H S L
Decimal 7 0 48 0.85 1 0 0.81 248.75 1 0.09
Hex 7 0 30 55 64 0 51 F9 64 9
Octal 7 0 60 125 144 0 121 371 144 11
Binary 111 0 110000 1010101 1100100 0 1010001 11111001 1100100 1001

Color Harmonies of #070030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070030

Black with #070030

Text Example


Text Example

White with #070030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070030; }

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

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

background-color css

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

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

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

border-color css

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

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

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