Html Css Color HEX #070A2E Black Russian

📋 copy color: '#070A2E'

red 7 ◦ green 10 ◦ blue 46

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

Shades of Black Russian #070A2E

Tints of Black Russian #070A2E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.87%

 BLUE value IS 46 (18.36% from 255) = 73.02%

R = 11.11%
G = 15.87%
B = 73.02%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#070A2E (or 0x070A2E) is known color: Black Russian. HEX triplet: 07, 0A and 2E. RGB value is (7,10,46). Sum of RGB (Red+Green+Blue) = 7+10+46=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 46 (18.36% from 255 or 73.02% from 63); Max value from RGB is 46 - color contains mainly: blue. Hex color #070A2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A2E is #F8F5D1. Grayscale: #0D0D0D. Windows color (decimal): -16315858 or 3017223. OLE color: 3017223.

HSL color Cylindrical-coordinate representation of color #070A2E: hue angle of 235.38º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070A2E is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 10 46 -
CMYK 0.85 0.78 0 0.82
HSL 235.38º 0.74% 0.1% -
HSV(B) 235.38º 0.85% 0.18% -
XYZ 0.69 0.46 2.64 -
YUV 13.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 7 10 46 0.85 0.78 0 0.82 235.38 0.74 0.1
Hex 7 A 2E 55 4E 0 52 EB 4A A
Octal 7 12 56 125 116 0 122 353 112 12
Binary 111 1010 101110 1010101 1001110 0 1010010 11101011 1001010 1010

Color Harmonies of #070A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A2E

Black with #070A2E

Text Example


Text Example

White with #070A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070A2E; }

 p { color: rgb(7,10,46); }

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

background-color css

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

 a { background-color: rgb(7,10,46); }

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

border-color css

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

 span { border-color: rgb(7,10,46); }

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