Html Css Color HEX #040714 Black Russian

📋 copy color: '#040714'

red 4 ◦ green 7 ◦ blue 20

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

Shades of Black Russian #040714

Tints of Black Russian #040714

RGB

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

 GREEN value IS 7 (3.13% from 255) = 22.58%

 BLUE value IS 20 (8.2% from 255) = 64.52%

R = 12.9%
G = 22.58%
B = 64.52%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040714 (or 0x040714) is known color: Black Russian. HEX triplet: 04, 07 and 14. RGB value is (4,7,20). Sum of RGB (Red+Green+Blue) = 4+7+20=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 20 (8.20% from 255 or 64.52% from 31); Max value from RGB is 20 - color contains mainly: blue. Hex color #040714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040714 is #FBF8EB. Grayscale: #070707. Windows color (decimal): -16513260 or 1312516. OLE color: 1312516.

HSL color Cylindrical-coordinate representation of color #040714: hue angle of 228.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #040714 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 7 20 -
CMYK 0.80 0.65 0 0.92
HSL 228.75º 0.67% 0.05% -
HSV(B) 228.75º 0.8% 0.08% -
XYZ 0.25 0.23 0.69 -
YUV 7.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 4 7 20 0.80 0.65 0 0.92 228.75 0.67 0.05
Hex 4 7 14 50 41 0 5C E5 43 5
Octal 4 7 24 120 101 0 134 345 103 5
Binary 100 111 10100 1010000 1000001 0 1011100 11100101 1000011 101

Color Harmonies of #040714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040714

Black with #040714

Text Example


Text Example

White with #040714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040714; }

 p { color: rgb(4,7,20); }

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

background-color css

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

 a { background-color: rgb(4,7,20); }

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

border-color css

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

 span { border-color: rgb(4,7,20); }

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