Html Css Color HEX #020E28 Black Russian

📋 copy color: '#020E28'

red 2 ◦ green 14 ◦ blue 40

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

Shades of Black Russian #020E28

Tints of Black Russian #020E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25%

 BLUE value IS 40 (16.02% from 255) = 71.43%

R = 3.57%
G = 25%
B = 71.43%

CMYK

 C value IS 0.95

 M value IS 0.65

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#020E28 (or 0x020E28) is known color: Black Russian. HEX triplet: 02, 0E and 28. RGB value is (2,14,40). Sum of RGB (Red+Green+Blue) = 2+14+40=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 40 (16.02% from 255 or 71.43% from 56); Max value from RGB is 40 - color contains mainly: blue. Hex color #020E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E28 is #FDF1D7. Grayscale: #0D0D0D. Windows color (decimal): -16642520 or 2625026. OLE color: 2625026.

HSL color Cylindrical-coordinate representation of color #020E28: hue angle of 221.05º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #020E28 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 14 40 -
CMYK 0.95 0.65 0 0.84
HSL 221.05º 0.9% 0.08% -
HSV(B) 221.05º 0.95% 0.16% -
XYZ 0.57 0.48 2.07 -
YUV 13.38 143.02 119.89 -
System Red Green Blue C M Y K H S L
Decimal 2 14 40 0.95 0.65 0 0.84 221.05 0.9 0.08
Hex 2 E 28 5F 41 0 54 DD 5A 8
Octal 2 16 50 137 101 0 124 335 132 10
Binary 10 1110 101000 1011111 1000001 0 1010100 11011101 1011010 1000

Color Harmonies of #020E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020E28

Black with #020E28

Text Example


Text Example

White with #020E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020E28; }

 p { color: rgb(2,14,40); }

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

background-color css

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

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

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

border-color css

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

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

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