Html Css Color HEX #010826 Black Russian

📋 copy color: '#010826'

red 1 ◦ green 8 ◦ blue 38

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

Shades of Black Russian #010826

Tints of Black Russian #010826

RGB

 RED value IS 1 (0.78% from 255) = 2.13%

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

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

R = 2.13%
G = 17.02%
B = 80.85%

CMYK

 C value IS 0.97

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010826 (or 0x010826) is known color: Black Russian. HEX triplet: 01, 08 and 26. RGB value is (1,8,38). Sum of RGB (Red+Green+Blue) = 1+8+38=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 38 (15.23% from 255 or 80.85% from 47); Max value from RGB is 38 - color contains mainly: blue. Hex color #010826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010826 is #FEF7D9. Grayscale: #090909. Windows color (decimal): -16709594 or 2492417. OLE color: 2492417.

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

Color convert

RGB 1 8 38 -
CMYK 0.97 0.79 0 0.85
HSL 228.65º 0.95% 0.08% -
HSV(B) 228.65º 0.97% 0.15% -
XYZ 0.45 0.32 1.87 -
YUV 9.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 1 8 38 0.97 0.79 0 0.85 228.65 0.95 0.08
Hex 1 8 26 61 4F 0 55 E5 5F 8
Octal 1 10 46 141 117 0 125 345 137 10
Binary 1 1000 100110 1100001 1001111 0 1010101 11100101 1011111 1000

Color Harmonies of #010826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010826

Black with #010826

Text Example


Text Example

White with #010826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010826; }

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

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

background-color css

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

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

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

border-color css

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

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

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