Html Css Color HEX #040A1B Black Russian

📋 copy color: '#040A1B'

red 4 ◦ green 10 ◦ blue 27

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

Shades of Black Russian #040A1B

Tints of Black Russian #040A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 65.85%

R = 9.76%
G = 24.39%
B = 65.85%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#040A1B (or 0x040A1B) is known color: Black Russian. HEX triplet: 04, 0A and 1B. RGB value is (4,10,27). Sum of RGB (Red+Green+Blue) = 4+10+27=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 10 (4.30% from 255 or 24.39% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #040A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040A1B is #FBF5E4. Grayscale: #0A0A0A. Windows color (decimal): -16512485 or 1772036. OLE color: 1772036.

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

Color convert

RGB 4 10 27 -
CMYK 0.85 0.63 0 0.89
HSL 224.35º 0.74% 0.06% -
HSV(B) 224.35º 0.85% 0.11% -
XYZ 0.36 0.32 1.08 -
YUV 10.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 4 10 27 0.85 0.63 0 0.89 224.35 0.74 0.06
Hex 4 A 1B 55 3F 0 59 E0 4A 6
Octal 4 12 33 125 77 0 131 340 112 6
Binary 100 1010 11011 1010101 111111 0 1011001 11100000 1001010 110

Color Harmonies of #040A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040A1B

Black with #040A1B

Text Example


Text Example

White with #040A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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