Html Css Color HEX #020427 Black Russian

📋 copy color: '#020427'

red 2 ◦ green 4 ◦ blue 39

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

Shades of Black Russian #020427

Tints of Black Russian #020427

RGB

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

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

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

R = 4.44%
G = 8.89%
B = 86.67%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#020427 (or 0x020427) is known color: Black Russian. HEX triplet: 02, 04 and 27. RGB value is (2,4,39). Sum of RGB (Red+Green+Blue) = 2+4+39=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 4 (1.95% from 255 or 8.89% from 45); Blue value is 39 (15.62% from 255 or 86.67% from 45); Max value from RGB is 39 - color contains mainly: blue. Hex color #020427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020427 is #FDFBD8. Grayscale: #070707. Windows color (decimal): -16645081 or 2556930. OLE color: 2556930.

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

Color convert

RGB 2 4 39 -
CMYK 0.95 0.90 0 0.85
HSL 236.76º 0.9% 0.08% -
HSV(B) 236.76º 0.95% 0.15% -
XYZ 0.43 0.25 1.94 -
YUV 7.39 145.84 124.15 -
System Red Green Blue C M Y K H S L
Decimal 2 4 39 0.95 0.90 0 0.85 236.76 0.9 0.08
Hex 2 4 27 5F 5A 0 55 ED 5A 8
Octal 2 4 47 137 132 0 125 355 132 10
Binary 10 100 100111 1011111 1011010 0 1010101 11101101 1011010 1000

Color Harmonies of #020427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020427

Black with #020427

Text Example


Text Example

White with #020427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020427; }

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

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

background-color css

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

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

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

border-color css

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

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

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