Html Css Color HEX #020026 Black Russian

📋 copy color: '#020026'

red 2 ◦ green 0 ◦ blue 38

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

Shades of Black Russian #020026

Tints of Black Russian #020026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 95%

R = 5%
G = 0%
B = 95%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020026 (or 0x020026) is known color: Black Russian. HEX triplet: 02, 00 and 26. RGB value is (2,0,38). Sum of RGB (Red+Green+Blue) = 2+0+38=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 38 (15.23% from 255 or 95% from 40); Max value from RGB is 38 - color contains mainly: blue. Hex color #020026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020026 is #FDFFD9. Grayscale: #040404. Windows color (decimal): -16646106 or 2490370. OLE color: 2490370.

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

Color convert

RGB 2 0 38 -
CMYK 0.95 1 0 0.85
HSL 243.16º 1% 0.07% -
HSV(B) 243.16º 1% 0.15% -
XYZ 0.37 0.15 1.84 -
YUV 4.93 146.66 125.91 -
System Red Green Blue C M Y K H S L
Decimal 2 0 38 0.95 1 0 0.85 243.16 1 0.07
Hex 2 0 26 5F 64 0 55 F3 64 7
Octal 2 0 46 137 144 0 125 363 144 7
Binary 10 0 100110 1011111 1100100 0 1010101 11110011 1100100 111

Color Harmonies of #020026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020026

Black with #020026

Text Example


Text Example

White with #020026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020026; }

 p { color: rgb(2,0,38); }

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

background-color css

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

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

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

border-color css

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

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

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