Html Css Color HEX #040027 Black Russian

📋 copy color: '#040027'

red 4 ◦ green 0 ◦ blue 39

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

Shades of Black Russian #040027

Tints of Black Russian #040027

RGB

 RED value IS 4 (1.95% from 255) = 9.3%

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

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

R = 9.3%
G = 0%
B = 90.7%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#040027 (or 0x040027) is known color: Black Russian. HEX triplet: 04, 00 and 27. RGB value is (4,0,39). Sum of RGB (Red+Green+Blue) = 4+0+39=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 0 (0.39% from 255 or 0% 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 #040027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040027 is #FBFFD8. Grayscale: #050505. Windows color (decimal): -16515033 or 2555908. OLE color: 2555908.

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

Color convert

RGB 4 0 39 -
CMYK 0.90 1 0 0.85
HSL 246.15º 1% 0.08% -
HSV(B) 246.15º 1% 0.15% -
XYZ 0.42 0.17 1.93 -
YUV 5.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 4 0 39 0.90 1 0 0.85 246.15 1 0.08
Hex 4 0 27 5A 64 0 55 F6 64 8
Octal 4 0 47 132 144 0 125 366 144 10
Binary 100 0 100111 1011010 1100100 0 1010101 11110110 1100100 1000

Color Harmonies of #040027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040027

Black with #040027

Text Example


Text Example

White with #040027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040027; }

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

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

background-color css

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

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

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

border-color css

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

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

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