Html Css Color HEX #303F42 Outer Space

📋 copy color: '#303F42'

red 48 ◦ green 63 ◦ blue 66

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

Shades of Outer Space #303F42

Tints of Outer Space #303F42

RGB

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

 GREEN value IS 63 (25% from 255) = 35.59%

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

R = 27.12%
G = 35.59%
B = 37.29%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#303F42 (or 0x303F42) is known color: Outer Space. HEX triplet: 30, 3F and 42. RGB value is (48,63,66). Sum of RGB (Red+Green+Blue) = 48+63+66=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 66 - color contains mainly: blue. Hex color #303F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F42 is #CFC0BD. Grayscale: #3A3A3A. Windows color (decimal): -13615294 or 4341552. OLE color: 4341552.

HSL color Cylindrical-coordinate representation of color #303F42: hue angle of 190º 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 #303F42 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 63 66 -
CMYK 0.27 0.05 0 0.74
HSL 190º 0.16% 0.22% -
HSV(B) 190º 0.27% 0.26% -
XYZ 3.98 4.58 5.83 -
YUV 58.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 48 63 66 0.27 0.05 0 0.74 190 0.16 0.22
Hex 30 3F 42 1B 5 0 4A BE 10 16
Octal 60 77 102 33 5 0 112 276 20 26
Binary 110000 111111 1000010 11011 101 0 1001010 10111110 10000 10110

Color Harmonies of #303F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F42

Black with #303F42

Text Example


Text Example

White with #303F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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