Html Css Color HEX #010825 Black Russian

📋 copy color: '#010825'

red 1 ◦ green 8 ◦ blue 37

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

Shades of Black Russian #010825

Tints of Black Russian #010825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 80.43%

R = 2.17%
G = 17.39%
B = 80.43%

CMYK

 C value IS 0.97

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010825 (or 0x010825) is known color: Black Russian. HEX triplet: 01, 08 and 25. RGB value is (1,8,37). Sum of RGB (Red+Green+Blue) = 1+8+37=46 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.17% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 37 (14.84% from 255 or 80.43% from 46); Max value from RGB is 37 - color contains mainly: blue. Hex color #010825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010825 is #FEF7DA. Grayscale: #090909. Windows color (decimal): -16709595 or 2426881. OLE color: 2426881.

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

Color convert

RGB 1 8 37 -
CMYK 0.97 0.78 0 0.85
HSL 228.33º 0.95% 0.07% -
HSV(B) 228.33º 0.97% 0.15% -
XYZ 0.43 0.31 1.79 -
YUV 9.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 1 8 37 0.97 0.78 0 0.85 228.33 0.95 0.07
Hex 1 8 25 61 4E 0 55 E4 5F 7
Octal 1 10 45 141 116 0 125 344 137 7
Binary 1 1000 100101 1100001 1001110 0 1010101 11100100 1011111 111

Color Harmonies of #010825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010825

Black with #010825

Text Example


Text Example

White with #010825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010825; }

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

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

background-color css

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

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

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

border-color css

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

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

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