Html Css Color HEX #070F21 Black Russian

📋 copy color: '#070F21'

red 7 ◦ green 15 ◦ blue 33

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

Shades of Black Russian #070F21

Tints of Black Russian #070F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.27%

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

R = 12.73%
G = 27.27%
B = 60%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#070F21 (or 0x070F21) is known color: Black Russian. HEX triplet: 07, 0F and 21. RGB value is (7,15,33). Sum of RGB (Red+Green+Blue) = 7+15+33=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 33 (13.28% from 255 or 60% from 55); Max value from RGB is 33 - color contains mainly: blue. Hex color #070F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070F21 is #F8F0DE. Grayscale: #0E0E0E. Windows color (decimal): -16314591 or 2166535. OLE color: 2166535.

HSL color Cylindrical-coordinate representation of color #070F21: hue angle of 221.54º 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 #070F21 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 15 33 -
CMYK 0.79 0.55 0 0.87
HSL 221.54º 0.65% 0.08% -
HSV(B) 221.54º 0.79% 0.13% -
XYZ 0.53 0.5 1.51 -
YUV 14.66 138.35 122.54 -
System Red Green Blue C M Y K H S L
Decimal 7 15 33 0.79 0.55 0 0.87 221.54 0.65 0.08
Hex 7 F 21 4F 37 0 57 DE 41 8
Octal 7 17 41 117 67 0 127 336 101 10
Binary 111 1111 100001 1001111 110111 0 1010111 11011110 1000001 1000

Color Harmonies of #070F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070F21

Black with #070F21

Text Example


Text Example

White with #070F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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