Html Css Color HEX #07012A Black Russian

📋 copy color: '#07012A'

red 7 ◦ green 1 ◦ blue 42

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

Shades of Black Russian #07012A

Tints of Black Russian #07012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 84%

R = 14%
G = 2%
B = 84%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#07012A (or 0x07012A) is known color: Black Russian. HEX triplet: 07, 01 and 2A. RGB value is (7,1,42). Sum of RGB (Red+Green+Blue) = 7+1+42=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 42 (16.80% from 255 or 84% from 50); Max value from RGB is 42 - color contains mainly: blue. Hex color #07012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07012A is #F8FED5. Grayscale: #070707. Windows color (decimal): -16318166 or 2752775. OLE color: 2752775.

HSL color Cylindrical-coordinate representation of color #07012A: hue angle of 248.78º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07012A is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 7 1 42 -
CMYK 0.83 0.98 0 0.84
HSL 248.78º 0.95% 0.08% -
HSV(B) 248.78º 0.98% 0.16% -
XYZ 0.52 0.23 2.21 -
YUV 7.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 7 1 42 0.83 0.98 0 0.84 248.78 0.95 0.08
Hex 7 1 2A 53 62 0 54 F9 5F 8
Octal 7 1 52 123 142 0 124 371 137 10
Binary 111 1 101010 1010011 1100010 0 1010100 11111001 1011111 1000

Color Harmonies of #07012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07012A

Black with #07012A

Text Example


Text Example

White with #07012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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