Html Css Color HEX #070826 Black Russian

📋 copy color: '#070826'

red 7 ◦ green 8 ◦ blue 38

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

Shades of Black Russian #070826

Tints of Black Russian #070826

RGB

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

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

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

R = 13.21%
G = 15.09%
B = 71.7%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#070826 (or 0x070826) is known color: Black Russian. HEX triplet: 07, 08 and 26. RGB value is (7,8,38). Sum of RGB (Red+Green+Blue) = 7+8+38=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 38 (15.23% from 255 or 71.70% from 53); Max value from RGB is 38 - color contains mainly: blue. Hex color #070826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070826 is #F8F7D9. Grayscale: #0B0B0B. Windows color (decimal): -16316378 or 2492423. OLE color: 2492423.

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

Color convert

RGB 7 8 38 -
CMYK 0.82 0.79 0 0.85
HSL 238.06º 0.69% 0.09% -
HSV(B) 238.06º 0.82% 0.15% -
XYZ 0.52 0.36 1.88 -
YUV 11.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 7 8 38 0.82 0.79 0 0.85 238.06 0.69 0.09
Hex 7 8 26 52 4F 0 55 EE 45 9
Octal 7 10 46 122 117 0 125 356 105 11
Binary 111 1000 100110 1010010 1001111 0 1010101 11101110 1000101 1001

Color Harmonies of #070826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070826

Black with #070826

Text Example


Text Example

White with #070826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070826; }

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

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

background-color css

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

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

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

border-color css

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

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

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