Html Css Color HEX #07021A Black Russian

📋 copy color: '#07021A'

red 7 ◦ green 2 ◦ blue 26

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

Shades of Black Russian #07021A

Tints of Black Russian #07021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.71%

 BLUE value IS 26 (10.55% from 255) = 74.29%

R = 20%
G = 5.71%
B = 74.29%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#07021A (or 0x07021A) is known color: Black Russian. HEX triplet: 07, 02 and 1A. RGB value is (7,2,26). Sum of RGB (Red+Green+Blue) = 7+2+26=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 2 (1.17% from 255 or 5.71% from 35); Blue value is 26 (10.55% from 255 or 74.29% from 35); Max value from RGB is 26 - color contains mainly: blue. Hex color #07021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07021A is #F8FDE5. Grayscale: #060606. Windows color (decimal): -16317926 or 1704455. OLE color: 1704455.

HSL color Cylindrical-coordinate representation of color #07021A: hue angle of 252.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07021A is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 7 2 26 -
CMYK 0.73 0.92 0 0.90
HSL 252.5º 0.86% 0.05% -
HSV(B) 252.5º 0.92% 0.1% -
XYZ 0.3 0.16 0.99 -
YUV 6.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 7 2 26 0.73 0.92 0 0.90 252.5 0.86 0.05
Hex 7 2 1A 49 5C 0 5A FD 56 5
Octal 7 2 32 111 134 0 132 375 126 5
Binary 111 10 11010 1001001 1011100 0 1011010 11111101 1010110 101

Color Harmonies of #07021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07021A

Black with #07021A

Text Example


Text Example

White with #07021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,2,26); }

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

background-color css

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

 a { background-color: rgb(7,2,26); }

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

border-color css

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

 span { border-color: rgb(7,2,26); }

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