Html Css Color HEX #070218 Black Russian

📋 copy color: '#070218'

red 7 ◦ green 2 ◦ blue 24

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

Shades of Black Russian #070218

Tints of Black Russian #070218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 72.73%

R = 21.21%
G = 6.06%
B = 72.73%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#070218 (or 0x070218) is known color: Black Russian. HEX triplet: 07, 02 and 18. RGB value is (7,2,24). Sum of RGB (Red+Green+Blue) = 7+2+24=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 2 (1.17% from 255 or 6.06% from 33); Blue value is 24 (9.77% from 255 or 72.73% from 33); Max value from RGB is 24 - color contains mainly: blue. Hex color #070218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070218 is #F8FDE7. Grayscale: #050505. Windows color (decimal): -16317928 or 1573383. OLE color: 1573383.

HSL color Cylindrical-coordinate representation of color #070218: hue angle of 253.64º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070218 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 7 2 24 -
CMYK 0.71 0.92 0 0.91
HSL 253.64º 0.85% 0.05% -
HSV(B) 253.64º 0.92% 0.09% -
XYZ 0.27 0.15 0.88 -
YUV 6 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 7 2 24 0.71 0.92 0 0.91 253.64 0.85 0.05
Hex 7 2 18 47 5C 0 5B FE 55 5
Octal 7 2 30 107 134 0 133 376 125 5
Binary 111 10 11000 1000111 1011100 0 1011011 11111110 1010101 101

Color Harmonies of #070218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070218

Black with #070218

Text Example


Text Example

White with #070218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070218; }

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

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

background-color css

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

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

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

border-color css

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

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

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