Html Css Color HEX #070D1F Black Russian

📋 copy color: '#070D1F'

red 7 ◦ green 13 ◦ blue 31

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

Shades of Black Russian #070D1F

Tints of Black Russian #070D1F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25.49%

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

R = 13.73%
G = 25.49%
B = 60.78%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#070D1F (or 0x070D1F) is known color: Black Russian. HEX triplet: 07, 0D and 1F. RGB value is (7,13,31). Sum of RGB (Red+Green+Blue) = 7+13+31=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #070D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D1F is #F8F2E0. Grayscale: #0D0D0D. Windows color (decimal): -16315105 or 2034951. OLE color: 2034951.

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

Color convert

RGB 7 13 31 -
CMYK 0.77 0.58 0 0.88
HSL 225º 0.63% 0.07% -
HSV(B) 225º 0.77% 0.12% -
XYZ 0.48 0.43 1.35 -
YUV 13.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 7 13 31 0.77 0.58 0 0.88 225 0.63 0.07
Hex 7 D 1F 4D 3A 0 58 E1 3F 7
Octal 7 15 37 115 72 0 130 341 77 7
Binary 111 1101 11111 1001101 111010 0 1011000 11100001 111111 111

Color Harmonies of #070D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D1F

Black with #070D1F

Text Example


Text Example

White with #070D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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