Html Css Color HEX #010425 Black Russian

📋 copy color: '#010425'

red 1 ◦ green 4 ◦ blue 37

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

Shades of Black Russian #010425

Tints of Black Russian #010425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 9.52%

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

R = 2.38%
G = 9.52%
B = 88.1%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010425 (or 0x010425) is known color: Black Russian. HEX triplet: 01, 04 and 25. RGB value is (1,4,37). Sum of RGB (Red+Green+Blue) = 1+4+37=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 37 (14.84% from 255 or 88.10% from 42); Max value from RGB is 37 - color contains mainly: blue. Hex color #010425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010425 is #FEFBDA. Grayscale: #060606. Windows color (decimal): -16710619 or 2425857. OLE color: 2425857.

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

Color convert

RGB 1 4 37 -
CMYK 0.97 0.89 0 0.85
HSL 235º 0.95% 0.07% -
HSV(B) 235º 0.97% 0.15% -
XYZ 0.39 0.23 1.77 -
YUV 6.87 145.01 123.82 -
System Red Green Blue C M Y K H S L
Decimal 1 4 37 0.97 0.89 0 0.85 235 0.95 0.07
Hex 1 4 25 61 59 0 55 EB 5F 7
Octal 1 4 45 141 131 0 125 353 137 7
Binary 1 100 100101 1100001 1011001 0 1010101 11101011 1011111 111

Color Harmonies of #010425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010425

Black with #010425

Text Example


Text Example

White with #010425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010425; }

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

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

background-color css

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

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

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

border-color css

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

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

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