Html Css Color HEX #020225 Black Russian

📋 copy color: '#020225'

red 2 ◦ green 2 ◦ blue 37

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

Shades of Black Russian #020225

Tints of Black Russian #020225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.88%

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

R = 4.88%
G = 4.88%
B = 90.24%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020225 (or 0x020225) is known color: Black Russian. HEX triplet: 02, 02 and 25. RGB value is (2,2,37). Sum of RGB (Red+Green+Blue) = 2+2+37=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 37 (14.84% from 255 or 90.24% from 41); Max value from RGB is 37 - color contains mainly: blue. Hex color #020225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020225 is #FDFDDA. Grayscale: #050505. Windows color (decimal): -16645595 or 2425346. OLE color: 2425346.

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

Color convert

RGB 2 2 37 -
CMYK 0.95 0.95 0 0.85
HSL 240º 0.9% 0.08% -
HSV(B) 240º 0.95% 0.15% -
XYZ 0.38 0.19 1.77 -
YUV 5.99 145.5 125.15 -
System Red Green Blue C M Y K H S L
Decimal 2 2 37 0.95 0.95 0 0.85 240 0.9 0.08
Hex 2 2 25 5F 5F 0 55 F0 5A 8
Octal 2 2 45 137 137 0 125 360 132 10
Binary 10 10 100101 1011111 1011111 0 1010101 11110000 1011010 1000

Color Harmonies of #020225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020225

Black with #020225

Text Example


Text Example

White with #020225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020225; }

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

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

background-color css

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

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

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

border-color css

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

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

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