Html Css Color HEX #07012E Black Russian

📋 copy color: '#07012E'

red 7 ◦ green 1 ◦ blue 46

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

Shades of Black Russian #07012E

Tints of Black Russian #07012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.85%

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

R = 12.96%
G = 1.85%
B = 85.19%

CMYK

 C value IS 0.85

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#07012E (or 0x07012E) is known color: Black Russian. HEX triplet: 07, 01 and 2E. RGB value is (7,1,46). Sum of RGB (Red+Green+Blue) = 7+1+46=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 1 (0.78% from 255 or 1.85% from 54); Blue value is 46 (18.36% from 255 or 85.19% from 54); Max value from RGB is 46 - color contains mainly: blue. Hex color #07012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07012E is #F8FED1. Grayscale: #070707. Windows color (decimal): -16318162 or 3014919. OLE color: 3014919.

HSL color Cylindrical-coordinate representation of color #07012E: hue angle of 248º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07012E is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 7 1 46 -
CMYK 0.85 0.98 0 0.82
HSL 248º 0.96% 0.09% -
HSV(B) 248º 0.98% 0.18% -
XYZ 0.59 0.26 2.6 -
YUV 7.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 7 1 46 0.85 0.98 0 0.82 248 0.96 0.09
Hex 7 1 2E 55 62 0 52 F8 60 9
Octal 7 1 56 125 142 0 122 370 140 11
Binary 111 1 101110 1010101 1100010 0 1010010 11111000 1100000 1001

Color Harmonies of #07012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07012E

Black with #07012E

Text Example


Text Example

White with #07012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07012E; }

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

 H1.HeaderClassName
 {
   color: #07012E;
 }
 .AnyTagClassName
 {
   color: #07012E;
 }
</style>

background-color css

<style>
 a { background-color: #07012E; }

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

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

border-color css

<style>
 span { border-color: #07012E; }

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

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