Html Css Color HEX #303940 Mirage

📋 copy color: '#303940'

red 48 ◦ green 57 ◦ blue 64

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

Shades of Mirage #303940

Tints of Mirage #303940

RGB

 RED value IS 48 (19.14% from 255) = 28.4%

 GREEN value IS 57 (22.66% from 255) = 33.73%

 BLUE value IS 64 (25.39% from 255) = 37.87%

R = 28.4%
G = 33.73%
B = 37.87%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303940 (or 0x303940) is known color: Mirage. HEX triplet: 30, 39 and 40. RGB value is (48,57,64). Sum of RGB (Red+Green+Blue) = 48+57+64=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #303940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303940 is #CFC6BF. Grayscale: #373737. Windows color (decimal): -13616832 or 4208944. OLE color: 4208944.

HSL color Cylindrical-coordinate representation of color #303940: hue angle of 206.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303940 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 57 64 -
CMYK 0.25 0.11 0 0.75
HSL 206.25º 0.14% 0.22% -
HSV(B) 206.25º 0.25% 0.25% -
XYZ 3.61 3.92 5.42 -
YUV 55.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 48 57 64 0.25 0.11 0 0.75 206.25 0.14 0.22
Hex 30 39 40 19 B 0 4B CE E 16
Octal 60 71 100 31 13 0 113 316 16 26
Binary 110000 111001 1000000 11001 1011 0 1001011 11001110 1110 10110

Color Harmonies of #303940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303940

Black with #303940

Text Example


Text Example

White with #303940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303940; }

 p { color: rgb(48,57,64); }

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

background-color css

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

 a { background-color: rgb(48,57,64); }

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

border-color css

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

 span { border-color: rgb(48,57,64); }

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