Html Css Color HEX #040A1D Black Russian

📋 copy color: '#040A1D'

red 4 ◦ green 10 ◦ blue 29

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

Shades of Black Russian #040A1D

Tints of Black Russian #040A1D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 23.26%

 BLUE value IS 29 (11.72% from 255) = 67.44%

R = 9.3%
G = 23.26%
B = 67.44%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040A1D (or 0x040A1D) is known color: Black Russian. HEX triplet: 04, 0A and 1D. RGB value is (4,10,29). Sum of RGB (Red+Green+Blue) = 4+10+29=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 10 (4.30% from 255 or 23.26% from 43); Blue value is 29 (11.72% from 255 or 67.44% from 43); Max value from RGB is 29 - color contains mainly: blue. Hex color #040A1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A1D is #FBF5E2. Grayscale: #0A0A0A. Windows color (decimal): -16512483 or 1903108. OLE color: 1903108.

HSL color Cylindrical-coordinate representation of color #040A1D: hue angle of 225.6º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #040A1D is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 4 10 29 -
CMYK 0.86 0.66 0 0.89
HSL 225.6º 0.76% 0.06% -
HSV(B) 225.6º 0.86% 0.11% -
XYZ 0.38 0.33 1.21 -
YUV 10.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 4 10 29 0.86 0.66 0 0.89 225.6 0.76 0.06
Hex 4 A 1D 56 42 0 59 E2 4C 6
Octal 4 12 35 126 102 0 131 342 114 6
Binary 100 1010 11101 1010110 1000010 0 1011001 11100010 1001100 110

Color Harmonies of #040A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A1D

Black with #040A1D

Text Example


Text Example

White with #040A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040A1D; }

 p { color: rgb(4,10,29); }

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

background-color css

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

 a { background-color: rgb(4,10,29); }

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

border-color css

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

 span { border-color: rgb(4,10,29); }

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