Html Css Color HEX #000826 Black Russian

📋 copy color: '#000826'

red 0 ◦ green 8 ◦ blue 38

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

Shades of Black Russian #000826

Tints of Black Russian #000826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 82.61%

R = 0%
G = 17.39%
B = 82.61%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#000826 (or 0x000826) is known color: Black Russian. HEX triplet: 00, 08 and 26. RGB value is (0,8,38). Sum of RGB (Red+Green+Blue) = 0+8+38=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 38 (15.23% from 255 or 82.61% from 46); Max value from RGB is 38 - color contains mainly: blue. Hex color #000826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000826 is #FFF7D9. Grayscale: #080808. Windows color (decimal): -16775130 or 2492416. OLE color: 2492416.

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

Color convert

RGB 0 8 38 -
CMYK 1 0.79 0 0.85
HSL 227.37º 1% 0.07% -
HSV(B) 227.37º 1% 0.15% -
XYZ 0.44 0.31 1.87 -
YUV 9.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 0 8 38 1 0.79 0 0.85 227.37 1 0.07
Hex 0 8 26 64 4F 0 55 E3 64 7
Octal 0 10 46 144 117 0 125 343 144 7
Binary 0 1000 100110 1100100 1001111 0 1010101 11100011 1100100 111

Color Harmonies of #000826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000826

Black with #000826

Text Example


Text Example

White with #000826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000826; }

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

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

background-color css

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

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

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

border-color css

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

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

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