Html Css Color HEX #070A1F Black Russian

📋 copy color: '#070A1F'

red 7 ◦ green 10 ◦ blue 31

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

Shades of Black Russian #070A1F

Tints of Black Russian #070A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 64.58%

R = 14.58%
G = 20.83%
B = 64.58%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#070A1F (or 0x070A1F) is known color: Black Russian. HEX triplet: 07, 0A and 1F. RGB value is (7,10,31). Sum of RGB (Red+Green+Blue) = 7+10+31=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #070A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A1F is #F8F5E0. Grayscale: #0B0B0B. Windows color (decimal): -16315873 or 2034183. OLE color: 2034183.

HSL color Cylindrical-coordinate representation of color #070A1F: hue angle of 232.5º degrees, saturation: 0.63, 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 #070A1F is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 7 10 31 -
CMYK 0.77 0.68 0 0.88
HSL 232.5º 0.63% 0.07% -
HSV(B) 232.5º 0.77% 0.12% -
XYZ 0.44 0.36 1.34 -
YUV 11.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 7 10 31 0.77 0.68 0 0.88 232.5 0.63 0.07
Hex 7 A 1F 4D 44 0 58 E8 3F 7
Octal 7 12 37 115 104 0 130 350 77 7
Binary 111 1010 11111 1001101 1000100 0 1011000 11101000 111111 111

Color Harmonies of #070A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A1F

Black with #070A1F

Text Example


Text Example

White with #070A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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