Html Css Color HEX #020227 Black Russian

📋 copy color: '#020227'

red 2 ◦ green 2 ◦ blue 39

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

Shades of Black Russian #020227

Tints of Black Russian #020227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 90.7%

R = 4.65%
G = 4.65%
B = 90.7%

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

#020227 (or 0x020227) is known color: Black Russian. HEX triplet: 02, 02 and 27. RGB value is (2,2,39). Sum of RGB (Red+Green+Blue) = 2+2+39=43 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.65% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 39 (15.62% from 255 or 90.70% from 43); Max value from RGB is 39 - color contains mainly: blue. Hex color #020227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020227 is #FDFDD8. Grayscale: #060606. Windows color (decimal): -16645593 or 2556418. OLE color: 2556418.

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

Color convert

RGB 2 2 39 -
CMYK 0.95 0.95 0 0.85
HSL 240º 0.9% 0.08% -
HSV(B) 240º 0.95% 0.15% -
XYZ 0.41 0.2 1.94 -
YUV 6.22 146.5 124.99 -
System Red Green Blue C M Y K H S L
Decimal 2 2 39 0.95 0.95 0 0.85 240 0.9 0.08
Hex 2 2 27 5F 5F 0 55 F0 5A 8
Octal 2 2 47 137 137 0 125 360 132 10
Binary 10 10 100111 1011111 1011111 0 1010101 11110000 1011010 1000

Color Harmonies of #020227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020227

Black with #020227

Text Example


Text Example

White with #020227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020227; }

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

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

background-color css

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

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

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

border-color css

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

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

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