Html Css Color HEX #070630 Black Russian

📋 copy color: '#070630'

red 7 ◦ green 6 ◦ blue 48

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

Shades of Black Russian #070630

Tints of Black Russian #070630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 9.84%

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

R = 11.48%
G = 9.84%
B = 78.69%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#070630 (or 0x070630) is known color: Black Russian. HEX triplet: 07, 06 and 30. RGB value is (7,6,48). Sum of RGB (Red+Green+Blue) = 7+6+48=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 6 (2.73% from 255 or 9.84% from 61); Blue value is 48 (19.14% from 255 or 78.69% from 61); Max value from RGB is 48 - color contains mainly: blue. Hex color #070630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070630 is #F8F9CF. Grayscale: #0A0A0A. Windows color (decimal): -16316880 or 3147271. OLE color: 3147271.

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

Color convert

RGB 7 6 48 -
CMYK 0.85 0.87 0 0.81
HSL 241.43º 0.78% 0.11% -
HSV(B) 241.43º 0.88% 0.19% -
XYZ 0.69 0.39 2.84 -
YUV 11.09 148.83 125.08 -
System Red Green Blue C M Y K H S L
Decimal 7 6 48 0.85 0.87 0 0.81 241.43 0.78 0.11
Hex 7 6 30 55 57 0 51 F1 4E B
Octal 7 6 60 125 127 0 121 361 116 13
Binary 111 110 110000 1010101 1010111 0 1010001 11110001 1001110 1011

Color Harmonies of #070630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070630

Black with #070630

Text Example


Text Example

White with #070630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070630; }

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

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

background-color css

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

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

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

border-color css

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

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

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