Html Css Color HEX #070C21 Black Russian

📋 copy color: '#070C21'

red 7 ◦ green 12 ◦ blue 33

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

Shades of Black Russian #070C21

Tints of Black Russian #070C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 23.08%

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

R = 13.46%
G = 23.08%
B = 63.46%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#070C21 (or 0x070C21) is known color: Black Russian. HEX triplet: 07, 0C and 21. RGB value is (7,12,33). Sum of RGB (Red+Green+Blue) = 7+12+33=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #070C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C21 is #F8F3DE. Grayscale: #0C0C0C. Windows color (decimal): -16315359 or 2165767. OLE color: 2165767.

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

Color convert

RGB 7 12 33 -
CMYK 0.79 0.64 0 0.87
HSL 228.46º 0.65% 0.08% -
HSV(B) 228.46º 0.79% 0.13% -
XYZ 0.49 0.42 1.49 -
YUV 12.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 7 12 33 0.79 0.64 0 0.87 228.46 0.65 0.08
Hex 7 C 21 4F 40 0 57 E4 41 8
Octal 7 14 41 117 100 0 127 344 101 10
Binary 111 1100 100001 1001111 1000000 0 1010111 11100100 1000001 1000

Color Harmonies of #070C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C21

Black with #070C21

Text Example


Text Example

White with #070C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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