Html Css Color HEX #010925 Black Russian

📋 copy color: '#010925'

red 1 ◦ green 9 ◦ blue 37

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

Shades of Black Russian #010925

Tints of Black Russian #010925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

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

R = 2.13%
G = 19.15%
B = 78.72%

CMYK

 C value IS 0.97

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010925 (or 0x010925) is known color: Black Russian. HEX triplet: 01, 09 and 25. RGB value is (1,9,37). Sum of RGB (Red+Green+Blue) = 1+9+37=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 37 (14.84% from 255 or 78.72% from 47); Max value from RGB is 37 - color contains mainly: blue. Hex color #010925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010925 is #FEF6DA. Grayscale: #090909. Windows color (decimal): -16709339 or 2427137. OLE color: 2427137.

HSL color Cylindrical-coordinate representation of color #010925: hue angle of 226.67º 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 #010925 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 1 9 37 -
CMYK 0.97 0.76 0 0.85
HSL 226.67º 0.95% 0.07% -
HSV(B) 226.67º 0.97% 0.15% -
XYZ 0.44 0.34 1.79 -
YUV 9.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 1 9 37 0.97 0.76 0 0.85 226.67 0.95 0.07
Hex 1 9 25 61 4C 0 55 E3 5F 7
Octal 1 11 45 141 114 0 125 343 137 7
Binary 1 1001 100101 1100001 1001100 0 1010101 11100011 1011111 111

Color Harmonies of #010925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010925

Black with #010925

Text Example


Text Example

White with #010925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010925; }

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

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

background-color css

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

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

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

border-color css

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

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

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