Html Css Color HEX #000822 Black Russian

📋 copy color: '#000822'

red 0 ◦ green 8 ◦ blue 34

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

Shades of Black Russian #000822

Tints of Black Russian #000822

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 8 (3.52% from 255) = 19.05%

 BLUE value IS 34 (13.67% from 255) = 80.95%

R = 0%
G = 19.05%
B = 80.95%

CMYK

 C value IS 1

 M value IS 0.76

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000822 (or 0x000822) is known color: Black Russian. HEX triplet: 00, 08 and 22. RGB value is (0,8,34). Sum of RGB (Red+Green+Blue) = 0+8+34=42 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 34 (13.67% from 255 or 80.95% from 42); Max value from RGB is 34 - color contains mainly: blue. Hex color #000822 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000822 is #FFF7DD. Grayscale: #080808. Windows color (decimal): -16775134 or 2230272. OLE color: 2230272.

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

Color convert

RGB 0 8 34 -
CMYK 1 0.76 0 0.87
HSL 225.88º 1% 0.07% -
HSV(B) 225.88º 1% 0.13% -
XYZ 0.38 0.29 1.55 -
YUV 8.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 0 8 34 1 0.76 0 0.87 225.88 1 0.07
Hex 0 8 22 64 4C 0 57 E2 64 7
Octal 0 10 42 144 114 0 127 342 144 7
Binary 0 1000 100010 1100100 1001100 0 1010111 11100010 1100100 111

Color Harmonies of #000822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000822

Black with #000822

Text Example


Text Example

White with #000822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000822; }

 p { color: rgb(0,8,34); }

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

background-color css

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

 a { background-color: rgb(0,8,34); }

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

border-color css

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

 span { border-color: rgb(0,8,34); }

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