Html Css Color HEX #020425 Black Russian

📋 copy color: '#020425'

red 2 ◦ green 4 ◦ blue 37

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

Shades of Black Russian #020425

Tints of Black Russian #020425

RGB

 RED value IS 2 (1.17% from 255) = 4.65%

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

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

R = 4.65%
G = 9.3%
B = 86.05%

CMYK

 C value IS 0.95

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020425 (or 0x020425) is known color: Black Russian. HEX triplet: 02, 04 and 25. RGB value is (2,4,37). Sum of RGB (Red+Green+Blue) = 2+4+37=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 37 (14.84% from 255 or 86.05% from 43); Max value from RGB is 37 - color contains mainly: blue. Hex color #020425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020425 is #FDFBDA. Grayscale: #070707. Windows color (decimal): -16645083 or 2425858. OLE color: 2425858.

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

Color convert

RGB 2 4 37 -
CMYK 0.95 0.89 0 0.85
HSL 236.57º 0.9% 0.08% -
HSV(B) 236.57º 0.95% 0.15% -
XYZ 0.4 0.23 1.77 -
YUV 7.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 2 4 37 0.95 0.89 0 0.85 236.57 0.9 0.08
Hex 2 4 25 5F 59 0 55 ED 5A 8
Octal 2 4 45 137 131 0 125 355 132 10
Binary 10 100 100101 1011111 1011001 0 1010101 11101101 1011010 1000

Color Harmonies of #020425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020425

Black with #020425

Text Example


Text Example

White with #020425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020425; }

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

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

background-color css

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

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

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

border-color css

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

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

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