Html Css Color HEX #303A40 Mirage

📋 copy color: '#303A40'

red 48 ◦ green 58 ◦ blue 64

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

Shades of Mirage #303A40

Tints of Mirage #303A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 34.12%

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

R = 28.24%
G = 34.12%
B = 37.65%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303A40 (or 0x303A40) is known color: Mirage. HEX triplet: 30, 3A and 40. RGB value is (48,58,64). Sum of RGB (Red+Green+Blue) = 48+58+64=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #303A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A40 is #CFC5BF. Grayscale: #373737. Windows color (decimal): -13616576 or 4209200. OLE color: 4209200.

HSL color Cylindrical-coordinate representation of color #303A40: hue angle of 202.5º 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 #303A40 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 58 64 -
CMYK 0.25 0.09 0 0.75
HSL 202.5º 0.14% 0.22% -
HSV(B) 202.5º 0.25% 0.25% -
XYZ 3.66 4.02 5.43 -
YUV 55.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 48 58 64 0.25 0.09 0 0.75 202.5 0.14 0.22
Hex 30 3A 40 19 9 0 4B CA E 16
Octal 60 72 100 31 11 0 113 312 16 26
Binary 110000 111010 1000000 11001 1001 0 1001011 11001010 1110 10110

Color Harmonies of #303A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303A40

Black with #303A40

Text Example


Text Example

White with #303A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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