Html Css Color HEX #070A1E Black Russian

📋 copy color: '#070A1E'

red 7 ◦ green 10 ◦ blue 30

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

Shades of Black Russian #070A1E

Tints of Black Russian #070A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 63.83%

R = 14.89%
G = 21.28%
B = 63.83%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#070A1E (or 0x070A1E) is known color: Black Russian. HEX triplet: 07, 0A and 1E. RGB value is (7,10,30). Sum of RGB (Red+Green+Blue) = 7+10+30=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #070A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A1E is #F8F5E1. Grayscale: #0B0B0B. Windows color (decimal): -16315874 or 1968647. OLE color: 1968647.

HSL color Cylindrical-coordinate representation of color #070A1E: hue angle of 232.17º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070A1E is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 10 30 -
CMYK 0.77 0.67 0 0.88
HSL 232.17º 0.62% 0.07% -
HSV(B) 232.17º 0.77% 0.12% -
XYZ 0.43 0.36 1.27 -
YUV 11.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 7 10 30 0.77 0.67 0 0.88 232.17 0.62 0.07
Hex 7 A 1E 4D 43 0 58 E8 3E 7
Octal 7 12 36 115 103 0 130 350 76 7
Binary 111 1010 11110 1001101 1000011 0 1011000 11101000 111110 111

Color Harmonies of #070A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A1E

Black with #070A1E

Text Example


Text Example

White with #070A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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