Html Css Color HEX #040115 Black Russian

📋 copy color: '#040115'

red 4 ◦ green 1 ◦ blue 21

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

Shades of Black Russian #040115

Tints of Black Russian #040115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.85%

 BLUE value IS 21 (8.59% from 255) = 80.77%

R = 15.38%
G = 3.85%
B = 80.77%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#040115 (or 0x040115) is known color: Black Russian. HEX triplet: 04, 01 and 15. RGB value is (4,1,21). Sum of RGB (Red+Green+Blue) = 4+1+21=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 21 (8.59% from 255 or 80.77% from 26); Max value from RGB is 21 - color contains mainly: blue. Hex color #040115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040115 is #FBFEEA. Grayscale: #040404. Windows color (decimal): -16514795 or 1376516. OLE color: 1376516.

HSL color Cylindrical-coordinate representation of color #040115: hue angle of 249º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040115 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 4 1 21 -
CMYK 0.81 0.95 0 0.92
HSL 249º 0.91% 0.04% -
HSV(B) 249º 0.95% 0.08% -
XYZ 0.2 0.1 0.72 -
YUV 4.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 4 1 21 0.81 0.95 0 0.92 249 0.91 0.04
Hex 4 1 15 51 5F 0 5C F9 5B 4
Octal 4 1 25 121 137 0 134 371 133 4
Binary 100 1 10101 1010001 1011111 0 1011100 11111001 1011011 100

Color Harmonies of #040115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040115

Black with #040115

Text Example


Text Example

White with #040115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040115; }

 p { color: rgb(4,1,21); }

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

background-color css

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

 a { background-color: rgb(4,1,21); }

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

border-color css

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

 span { border-color: rgb(4,1,21); }

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