Html Css Color HEX #040B2C Black Russian

📋 copy color: '#040B2C'

red 4 ◦ green 11 ◦ blue 44

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

Shades of Black Russian #040B2C

Tints of Black Russian #040B2C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 18.64%

 BLUE value IS 44 (17.58% from 255) = 74.58%

R = 6.78%
G = 18.64%
B = 74.58%

CMYK

 C value IS 0.91

 M value IS 0.75

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#040B2C (or 0x040B2C) is known color: Black Russian. HEX triplet: 04, 0B and 2C. RGB value is (4,11,44). Sum of RGB (Red+Green+Blue) = 4+11+44=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #040B2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B2C is #FBF4D3. Grayscale: #0C0C0C. Windows color (decimal): -16512212 or 2886404. OLE color: 2886404.

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

Color convert

RGB 4 11 44 -
CMYK 0.91 0.75 0 0.83
HSL 229.5º 0.83% 0.09% -
HSV(B) 229.5º 0.91% 0.17% -
XYZ 0.62 0.45 2.44 -
YUV 12.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 4 11 44 0.91 0.75 0 0.83 229.5 0.83 0.09
Hex 4 B 2C 5B 4B 0 53 E6 53 9
Octal 4 13 54 133 113 0 123 346 123 11
Binary 100 1011 101100 1011011 1001011 0 1010011 11100110 1010011 1001

Color Harmonies of #040B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B2C

Black with #040B2C

Text Example


Text Example

White with #040B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,11,44); }

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

background-color css

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

 a { background-color: rgb(4,11,44); }

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

border-color css

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

 span { border-color: rgb(4,11,44); }

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