Html Css Color HEX #040318 Black Russian

📋 copy color: '#040318'

red 4 ◦ green 3 ◦ blue 24

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

Shades of Black Russian #040318

Tints of Black Russian #040318

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.68%

 BLUE value IS 24 (9.77% from 255) = 77.42%

R = 12.9%
G = 9.68%
B = 77.42%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#040318 (or 0x040318) is known color: Black Russian. HEX triplet: 04, 03 and 18. RGB value is (4,3,24). Sum of RGB (Red+Green+Blue) = 4+3+24=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 24 (9.77% from 255 or 77.42% from 31); Max value from RGB is 24 - color contains mainly: blue. Hex color #040318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040318 is #FBFCE7. Grayscale: #050505. Windows color (decimal): -16514280 or 1573636. OLE color: 1573636.

HSL color Cylindrical-coordinate representation of color #040318: hue angle of 242.86º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040318 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 4 3 24 -
CMYK 0.83 0.88 0 0.91
HSL 242.86º 0.78% 0.05% -
HSV(B) 242.86º 0.88% 0.09% -
XYZ 0.25 0.16 0.88 -
YUV 5.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 4 3 24 0.83 0.88 0 0.91 242.86 0.78 0.05
Hex 4 3 18 53 58 0 5B F3 4E 5
Octal 4 3 30 123 130 0 133 363 116 5
Binary 100 11 11000 1010011 1011000 0 1011011 11110011 1001110 101

Color Harmonies of #040318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040318

Black with #040318

Text Example


Text Example

White with #040318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040318; }

 p { color: rgb(4,3,24); }

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

background-color css

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

 a { background-color: rgb(4,3,24); }

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

border-color css

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

 span { border-color: rgb(4,3,24); }

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