Html Css Color HEX #040A1C Black Russian

📋 copy color: '#040A1C'

red 4 ◦ green 10 ◦ blue 28

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

Shades of Black Russian #040A1C

Tints of Black Russian #040A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 66.67%

R = 9.52%
G = 23.81%
B = 66.67%

CMYK

 C value IS 0.86

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040A1C (or 0x040A1C) is known color: Black Russian. HEX triplet: 04, 0A and 1C. RGB value is (4,10,28). Sum of RGB (Red+Green+Blue) = 4+10+28=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #040A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A1C is #FBF5E3. Grayscale: #0A0A0A. Windows color (decimal): -16512484 or 1837572. OLE color: 1837572.

HSL color Cylindrical-coordinate representation of color #040A1C: hue angle of 225º degrees, saturation: 0.75, 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 #040A1C is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 4 10 28 -
CMYK 0.86 0.64 0 0.89
HSL 225º 0.75% 0.06% -
HSV(B) 225º 0.86% 0.11% -
XYZ 0.37 0.33 1.14 -
YUV 10.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 4 10 28 0.86 0.64 0 0.89 225 0.75 0.06
Hex 4 A 1C 56 40 0 59 E1 4B 6
Octal 4 12 34 126 100 0 131 341 113 6
Binary 100 1010 11100 1010110 1000000 0 1011001 11100001 1001011 110

Color Harmonies of #040A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A1C

Black with #040A1C

Text Example


Text Example

White with #040A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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