Html Css Color HEX #070C1F Black Russian

📋 copy color: '#070C1F'

red 7 ◦ green 12 ◦ blue 31

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

Shades of Black Russian #070C1F

Tints of Black Russian #070C1F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24%

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

R = 14%
G = 24%
B = 62%

CMYK

 C value IS 0.77

 M value IS 0.61

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#070C1F (or 0x070C1F) is known color: Black Russian. HEX triplet: 07, 0C and 1F. RGB value is (7,12,31). Sum of RGB (Red+Green+Blue) = 7+12+31=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #070C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C1F is #F8F3E0. Grayscale: #0C0C0C. Windows color (decimal): -16315361 or 2034695. OLE color: 2034695.

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

Color convert

RGB 7 12 31 -
CMYK 0.77 0.61 0 0.88
HSL 227.5º 0.63% 0.07% -
HSV(B) 227.5º 0.77% 0.12% -
XYZ 0.47 0.41 1.35 -
YUV 12.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 7 12 31 0.77 0.61 0 0.88 227.5 0.63 0.07
Hex 7 C 1F 4D 3D 0 58 E4 3F 7
Octal 7 14 37 115 75 0 130 344 77 7
Binary 111 1100 11111 1001101 111101 0 1011000 11100100 111111 111

Color Harmonies of #070C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C1F

Black with #070C1F

Text Example


Text Example

White with #070C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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