Html Css Color HEX #070921 Black Russian

📋 copy color: '#070921'

red 7 ◦ green 9 ◦ blue 33

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

Shades of Black Russian #070921

Tints of Black Russian #070921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.37%

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

R = 14.29%
G = 18.37%
B = 67.35%

CMYK

 C value IS 0.79

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#070921 (or 0x070921) is known color: Black Russian. HEX triplet: 07, 09 and 21. RGB value is (7,9,33). Sum of RGB (Red+Green+Blue) = 7+9+33=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 33 (13.28% from 255 or 67.35% from 49); Max value from RGB is 33 - color contains mainly: blue. Hex color #070921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070921 is #F8F6DE. Grayscale: #0B0B0B. Windows color (decimal): -16316127 or 2164999. OLE color: 2164999.

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

Color convert

RGB 7 9 33 -
CMYK 0.79 0.73 0 0.87
HSL 235.38º 0.65% 0.08% -
HSV(B) 235.38º 0.79% 0.13% -
XYZ 0.46 0.35 1.48 -
YUV 11.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 7 9 33 0.79 0.73 0 0.87 235.38 0.65 0.08
Hex 7 9 21 4F 49 0 57 EB 41 8
Octal 7 11 41 117 111 0 127 353 101 10
Binary 111 1001 100001 1001111 1001001 0 1010111 11101011 1000001 1000

Color Harmonies of #070921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070921

Black with #070921

Text Example


Text Example

White with #070921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070921; }

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

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

background-color css

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

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

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

border-color css

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

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

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