Html Css Color HEX #040B2E Black Russian

📋 copy color: '#040B2E'

red 4 ◦ green 11 ◦ blue 46

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

Shades of Black Russian #040B2E

Tints of Black Russian #040B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 75.41%

R = 6.56%
G = 18.03%
B = 75.41%

CMYK

 C value IS 0.91

 M value IS 0.76

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#040B2E (or 0x040B2E) is known color: Black Russian. HEX triplet: 04, 0B and 2E. RGB value is (4,11,46). Sum of RGB (Red+Green+Blue) = 4+11+46=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 46 (18.36% from 255 or 75.41% from 61); Max value from RGB is 46 - color contains mainly: blue. Hex color #040B2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040B2E is #FBF4D1. Grayscale: #0C0C0C. Windows color (decimal): -16512210 or 3017476. OLE color: 3017476.

HSL color Cylindrical-coordinate representation of color #040B2E: hue angle of 230º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #040B2E is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 11 46 -
CMYK 0.91 0.76 0 0.82
HSL 230º 0.84% 0.1% -
HSV(B) 230º 0.91% 0.18% -
XYZ 0.66 0.46 2.64 -
YUV 12.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 4 11 46 0.91 0.76 0 0.82 230 0.84 0.1
Hex 4 B 2E 5B 4C 0 52 E6 54 A
Octal 4 13 56 133 114 0 122 346 124 12
Binary 100 1011 101110 1011011 1001100 0 1010010 11100110 1010100 1010

Color Harmonies of #040B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040B2E

Black with #040B2E

Text Example


Text Example

White with #040B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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