Html Css Color HEX #070421 Black Russian

📋 copy color: '#070421'

red 7 ◦ green 4 ◦ blue 33

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

Shades of Black Russian #070421

Tints of Black Russian #070421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.09%

 BLUE value IS 33 (13.28% from 255) = 75%

R = 15.91%
G = 9.09%
B = 75%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#070421 (or 0x070421) is known color: Black Russian. HEX triplet: 07, 04 and 21. RGB value is (7,4,33). Sum of RGB (Red+Green+Blue) = 7+4+33=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 4 (1.95% from 255 or 9.09% from 44); Blue value is 33 (13.28% from 255 or 75% from 44); Max value from RGB is 33 - color contains mainly: blue. Hex color #070421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070421 is #F8FBDE. Grayscale: #080808. Windows color (decimal): -16317407 or 2163719. OLE color: 2163719.

HSL color Cylindrical-coordinate representation of color #070421: hue angle of 246.21º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070421 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 4 33 -
CMYK 0.79 0.88 0 0.87
HSL 246.21º 0.78% 0.07% -
HSV(B) 246.21º 0.88% 0.13% -
XYZ 0.41 0.24 1.46 -
YUV 8.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 7 4 33 0.79 0.88 0 0.87 246.21 0.78 0.07
Hex 7 4 21 4F 58 0 57 F6 4E 7
Octal 7 4 41 117 130 0 127 366 116 7
Binary 111 100 100001 1001111 1011000 0 1010111 11110110 1001110 111

Color Harmonies of #070421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070421

Black with #070421

Text Example


Text Example

White with #070421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070421; }

 p { color: rgb(7,4,33); }

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

background-color css

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

 a { background-color: rgb(7,4,33); }

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

border-color css

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

 span { border-color: rgb(7,4,33); }

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