Html Css Color HEX #303B42 Mirage

📋 copy color: '#303B42'

red 48 ◦ green 59 ◦ blue 66

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

Shades of Mirage #303B42

Tints of Mirage #303B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 27.75%
G = 34.1%
B = 38.15%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303B42 (or 0x303B42) is known color: Mirage. HEX triplet: 30, 3B and 42. RGB value is (48,59,66). Sum of RGB (Red+Green+Blue) = 48+59+66=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #303B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B42 is #CFC4BD. Grayscale: #383838. Windows color (decimal): -13616318 or 4340528. OLE color: 4340528.

HSL color Cylindrical-coordinate representation of color #303B42: hue angle of 203.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303B42 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 59 66 -
CMYK 0.27 0.11 0 0.74
HSL 203.33º 0.16% 0.22% -
HSV(B) 203.33º 0.27% 0.26% -
XYZ 3.77 4.15 5.76 -
YUV 56.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 48 59 66 0.27 0.11 0 0.74 203.33 0.16 0.22
Hex 30 3B 42 1B B 0 4A CB 10 16
Octal 60 73 102 33 13 0 112 313 20 26
Binary 110000 111011 1000010 11011 1011 0 1001010 11001011 10000 10110

Color Harmonies of #303B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303B42

Black with #303B42

Text Example


Text Example

White with #303B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,59,66); }

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

background-color css

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

 a { background-color: rgb(48,59,66); }

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

border-color css

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

 span { border-color: rgb(48,59,66); }

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